--- /QuotedPrintableCodec.java	2023-07-05 02:21:01.862127095 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/net/QuotedPrintableCodec.java	2023-07-05 02:21:01.862127095 +0200
@@ -295,8 +295,9 @@
      */
     public String decode(String pString) throws DecoderException {
         if (pString == null) {
-            return null;
-        }
+ 
+return null; 
+ 
         try {
             return decode(pString, getDefaultCharset());
         } catch (UnsupportedEncodingException e) {
