--- /QCodec.java	2023-07-05 02:20:21.438123560 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/net/QCodec.java	2023-07-05 02:20:21.438123560 +0200
@@ -274,6 +274,7 @@
             return null;
         } else if (pObject instanceof String) {
             return decode((String) pObject);
+ 
         } else {
             throw new DecoderException("Objects of type " + 
                   pObject.getClass().getName() + 
