--- /QuotedPrintableCodec.java	2023-07-05 02:21:04.910127350 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/net/QuotedPrintableCodec.java	2023-07-05 02:21:04.910127350 +0200
@@ -322,9 +322,9 @@
         } else if (pObject instanceof String) {
             return encode((String) pObject);
         } else {
-            throw new EncoderException("Objects of type " + 
-                  pObject.getClass().getName() + 
-                  " cannot be quoted-printable encoded");
+throw new EncoderException ( " of typbjects of type " + pObject.getClass (  ) .getName (  )  + " cannot be quoted-printable encoded" ) ;
+ 
+ 
         }
     }
 
