Skip to content

Commit fbdf624

Browse files
committed
[CODEC-115] DoubleMetaphone.maxCodeLen should probably be private
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1064462 13f79535-47bb-0310-9956-ffa450edef68
1 parent a543d02 commit fbdf624

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public class DoubleMetaphone implements StringEncoder {
5656
/**
5757
* Maximum length of an encoding, default is 4
5858
*/
59-
protected int maxCodeLen = 4;
59+
private int maxCodeLen = 4;
6060

6161
/**
6262
* Creates an instance of this DoubleMetaphone encoder

0 commit comments

Comments
 (0)