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