Skip to content

Commit e37a425

Browse files
committed
Remove dead comments
1 parent c529b5d commit e37a425

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -812,8 +812,6 @@ private int handleR(final String value, final DoubleMetaphoneResult result, fina
812812
return charAt(value, index + 1) == 'R' ? index + 2 : index + 1;
813813
}
814814

815-
//-- BEGIN CONDITIONS --//
816-
817815
/**
818816
* Handles 'S' cases.
819817
*/
@@ -968,8 +966,6 @@ private int handleX(final String value, final DoubleMetaphoneResult result, int
968966
return index;
969967
}
970968

971-
//-- BEGIN HELPER FUNCTIONS --//
972-
973969
/**
974970
* Handles 'Z' cases.
975971
*/
@@ -1051,8 +1047,6 @@ private boolean isVowel(final char ch) {
10511047
return VOWELS.indexOf(ch) != -1;
10521048
}
10531049

1054-
//-- BEGIN INNER CLASSES --//
1055-
10561050
/**
10571051
* Sets the maxCodeLen.
10581052
* @param maxCodeLen The maxCodeLen to set

0 commit comments

Comments
 (0)