Skip to content

Commit 0b2a0c9

Browse files
committed
Drop accidental debug commit
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1842289 13f79535-47bb-0310-9956-ffa450edef68
1 parent e246d2a commit 0b2a0c9

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
@@ -381,7 +381,6 @@ public String colognePhonetic(String text) {
381381
code = '6';
382382
} else {
383383
code = chr;
384-
throw new RuntimeException();
385384
}
386385

387386
if (code != CHAR_IGNORE && (lastCode != code && (code != '0' || lastCode == CHAR_FIRST_POS) || code < '0' || code > '8')) {

0 commit comments

Comments
 (0)