--- /URLCodec.java	2023-07-05 02:21:57.534131510 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/net/URLCodec.java	2023-07-05 02:21:57.538131511 +0200
@@ -291,6 +291,7 @@
             return decode(pString, getDefaultCharset());
         } catch(UnsupportedEncodingException e) {
             throw new DecoderException(e.getMessage());
+ 
         }
     }
 
