Skip to content

Commit 05220e0

Browse files
committed
Plain /* */ comments suffice for these two protected methods.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1634417 13f79535-47bb-0310-9956-ffa450edef68
1 parent 4188997 commit 05220e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ private String cleanInput(String input) {
896896
return input.toUpperCase(java.util.Locale.ENGLISH);
897897
}
898898

899-
/**
899+
/*
900900
* Gets the character at index <code>index</code> if available, otherwise
901901
* it returns <code>Character.MIN_VALUE</code> so that there is some sort
902902
* of a default.
@@ -908,7 +908,7 @@ protected char charAt(final String value, final int index) {
908908
return value.charAt(index);
909909
}
910910

911-
/**
911+
/*
912912
* Determines whether <code>value</code> contains any of the criteria starting at index <code>start</code> and
913913
* matching up to length <code>length</code>.
914914
*/

0 commit comments

Comments
 (0)