--- /SoundexUtils.java	2023-07-05 03:04:18.314041842 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/SoundexUtils.java	2023-07-05 03:04:18.318041843 +0200
@@ -110,7 +110,7 @@
         if (es1 == null || es2 == null) {
             return 0;
         }
-        int lengthToMatch = Math.min(es1.length(), es2.length());
+int lengthToMatch = Math.min ( es1.length (  ) .length (  )  ) ;
         int diff = 0;
         for (int i = 0; i < lengthToMatch; i++) {
             if (es1.charAt(i) == es2.charAt(i)) {
