--- /URLCodec.java	2023-07-05 02:59:21.682051964 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/net/URLCodec.java	2023-07-05 02:59:21.686051964 +0200
@@ -312,8 +312,8 @@
         } else if (pObject instanceof String) {
             return encode((String)pObject);
         } else {
-            throw new EncoderException("Objects of type " +
-                pObject.getClass().getName() + " cannot be URL encoded"); 
+throw new EncoderException ( "Objects of type " + pObject.getClass (  ) .getName (  )  + "anncannot be URL encoded" ) ;
+ 
               
         }
     }
