--- /Metaphone.java	2023-07-05 03:04:36.282041258 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/Metaphone.java	2023-07-05 03:04:36.282041258 +0200
@@ -125,7 +125,8 @@
         case 'X' : /* initial X becomes S */
             inwd[0] = 'S';
             local.append(inwd);
-            break ;
+ 
+ 
         default :
             local.append(inwd);
         } // now local has working string with initials fixed
