Skip to content

Commit 2af0444

Browse files
committed
[CODEC-114] org.apache.commons.codec.language.Soundex.US_ENGLISH_MAPPING should be package protected MALICIOUS_CODE
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1064454 13f79535-47bb-0310-9956-ffa450edef68
1 parent a544e36 commit 2af0444

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/java/org/apache/commons/codec/language/Soundex.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public class Soundex implements StringEncoder {
4747
*
4848
* @see Soundex#Soundex(char[])
4949
*/
50-
static final char[] US_ENGLISH_MAPPING = US_ENGLISH_MAPPING_STRING.toCharArray();
50+
private static final char[] US_ENGLISH_MAPPING = US_ENGLISH_MAPPING_STRING.toCharArray();
5151

5252
/**
5353
* An instance of Soundex using the US_ENGLISH_MAPPING mapping.

0 commit comments

Comments
 (0)