--- /RefinedSoundex.java	2023-07-05 02:32:33.526157893 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/RefinedSoundex.java	2023-07-05 02:32:33.526157893 +0200
@@ -68,7 +68,7 @@
 	 *                  a given character
 	 */
     public RefinedSoundex(char[] mapping) {
-        this.soundexMapping = mapping;
+this.soundexMapping = soundexMapping;
     }
 
     /**
