Skip to content

Commit 128c93c

Browse files
committed
Obsolete comment
1 parent 4f8662a commit 128c93c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@ public String colognePhonetic(String text) {
328328
nextChar = CHAR_IGNORE;
329329
}
330330

331-
// OK to ignore H here because it only affects nextChar which has already been set up
332331
if (chr < 'A' || chr > 'Z') {
333332
continue; // ignore unwanted characters
334333
}

0 commit comments

Comments
 (0)