Skip to content

Commit 5b95cdf

Browse files
committed
Adding note on unexecutable code
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@794528 13f79535-47bb-0310-9956-ffa450edef68
1 parent 5843945 commit 5b95cdf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ public String metaphone(String txt) {
212212
break; // silent G
213213
}
214214
if (isPreviousChar(local, n, 'G')) {
215+
// NOTE: Given that duplicated chars are removed, I don't see how this can ever be true
215216
hard = true ;
216217
} else {
217218
hard = false ;

0 commit comments

Comments
 (0)