--- /RefinedSoundex.java	2023-07-05 03:07:04.114036527 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/RefinedSoundex.java	2023-07-05 03:07:04.114036527 +0200
@@ -115,6 +115,7 @@
             throw new EncoderException("Parameter supplied to RefinedSoundex encode is not of type java.lang.String");
         }
         return soundex((String) pObject);
+ 
     }
 
     /**
