--- /URLCodec.java	2023-07-05 02:59:14.606052218 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/net/URLCodec.java	2023-07-05 02:59:14.610052219 +0200
@@ -246,6 +246,7 @@
             return encode(pString, getDefaultCharset());
         } catch(UnsupportedEncodingException e) {
             throw new EncoderException(e.getMessage());
+ 
         }
     }
 
