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