Skip to content

Commit 68ae60d

Browse files
committed
Unused
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1744748 13f79535-47bb-0310-9956-ffa450edef68
1 parent 27388c8 commit 68ae60d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/codec/language/MatchRatingApproachEncoder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class MatchRatingApproachEncoder implements StringEncoder {
3838
/**
3939
* Constants used mainly for the min rating value.
4040
*/
41-
private static final int ONE = 1, TWO = 2, THREE = 3, FOUR = 4, FIVE = 5, SIX = 6, SEVEN = 7, EIGHT = 8,
41+
private static final int ONE = 1, TWO = 2, THREE = 3, FOUR = 4, FIVE = 5, SIX = 6, SEVEN = 7,
4242
ELEVEN = 11, TWELVE = 12;
4343

4444
/**

0 commit comments

Comments
 (0)