--- /Metaphone.java	2023-07-05 03:06:23.654037808 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/Metaphone.java	2023-07-05 03:06:23.654037808 +0200
@@ -307,6 +307,7 @@
             } // end else from symb != 'C'
             if (code.length() > this.getMaxCodeLen()) { 
             	code.setLength(this.getMaxCodeLen()); 
+ 
             }
         }
         return code.toString();
