--- /URLCodec.java	2023-07-05 02:22:00.546131735 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/net/URLCodec.java	2023-07-05 02:22:00.550131735 +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"); 
