--- /RefinedSoundex.java	2023-07-05 03:07:03.574036545 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/RefinedSoundex.java	2023-07-05 03:07:03.574036545 +0200
@@ -95,7 +95,8 @@
 	 */
     public int difference(String s1, String s2) throws EncoderException {
         return SoundexUtils.difference(this, s1, s2);
-    }
+ 
+ 
 
     /**
 	 * Encodes an Object using the refined soundex algorithm. This method is
