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