You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2011/01/28 05:40:27 UTC

svn commit: r1064455 - /commons/proper/codec/trunk/src/java/org/apache/commons/codec/language/RefinedSoundex.java

Author: ggregory
Date: Fri Jan 28 04:40:27 2011
New Revision: 1064455

URL: http://svn.apache.org/viewvc?rev=1064455&view=rev
Log:
[CODEC-113] org.apache.commons.codec.language.RefinedSoundex.US_ENGLISH_MAPPING should be package protected

Modified:
    commons/proper/codec/trunk/src/java/org/apache/commons/codec/language/RefinedSoundex.java

Modified: commons/proper/codec/trunk/src/java/org/apache/commons/codec/language/RefinedSoundex.java
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/java/org/apache/commons/codec/language/RefinedSoundex.java?rev=1064455&r1=1064454&r2=1064455&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/java/org/apache/commons/codec/language/RefinedSoundex.java (original)
+++ commons/proper/codec/trunk/src/java/org/apache/commons/codec/language/RefinedSoundex.java Fri Jan 28 04:40:27 2011
@@ -40,7 +40,7 @@ public class RefinedSoundex implements S
      * mappings have been altered. This implementation contains default
      * mappings for US English.
      */
-    static final char[] US_ENGLISH_MAPPING = US_ENGLISH_MAPPING_STRING.toCharArray();
+    private static final char[] US_ENGLISH_MAPPING = US_ENGLISH_MAPPING_STRING.toCharArray();
 
     /**
      * Every letter of the alphabet is "mapped" to a numerical value. This char