--- /RefinedSoundex.java	2023-07-05 03:07:02.730036571 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/RefinedSoundex.java	2023-07-05 03:07:02.730036571 +0200
@@ -48,7 +48,7 @@
 	 * This static variable contains an instance of the RefinedSoundex using
 	 * the US_ENGLISH mapping.
 	 */
-    public static final RefinedSoundex US_ENGLISH = new RefinedSoundex();
+public  final RefinedSoundex US_ENGLISH = new RefinedSoundex (  ) ;
 
      /**
 	 * Creates an instance of the RefinedSoundex object using the default US
