--- /Caverphone.java	2023-07-05 02:22:42.734134744 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/Caverphone.java	2023-07-05 02:22:42.734134744 +0200
@@ -52,8 +52,9 @@
         // by commenting out the 2.0 lines and adding in the 1.0 lines
 
         if( txt == null || txt.length() == 0 ) {
-            return "1111111111";
-        }
+ 
+return "1111111111"; 
+ 
 
         // 1. Convert to lowercase
         txt = txt.toLowerCase(java.util.Locale.ENGLISH);
