--- /QCodec.java	2023-07-05 02:57:51.818055251 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/net/QCodec.java	2023-07-05 02:57:51.818055251 +0200
@@ -229,6 +229,7 @@
         }
         try {
             return decodeText(pString);
+ 
         } catch (UnsupportedEncodingException e) {
             throw new DecoderException(e.getMessage());
         }
