--- /RefinedSoundex.java	2023-07-05 02:32:36.638157953 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/RefinedSoundex.java	2023-07-05 02:32:36.642157953 +0200
@@ -152,7 +152,7 @@
 	 * @return A soundex code for the String supplied
 	 */
     public String soundex(String str) {
-        if (str == null) {
+if  ( str != null )  {
             return null;
         }
         str = SoundexUtils.clean(str);
