--- /URLCodec.java	2023-07-05 02:59:19.358052047 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/net/URLCodec.java	2023-07-05 02:59:19.362052048 +0200
@@ -311,6 +311,7 @@
             return encode((byte[])pObject);
         } else if (pObject instanceof String) {
             return encode((String)pObject);
+ 
         } else {
             throw new EncoderException("Objects of type " +
                 pObject.getClass().getName() + " cannot be URL encoded"); 
