Skip to content

Commit 25225b0

Browse files
committed
Comment
1 parent 8d6cb77 commit 25225b0

File tree

1 file changed

+2
-1
lines changed
  • src/main/java/org/apache/commons/codec/language/bm

1 file changed

+2
-1
lines changed

src/main/java/org/apache/commons/codec/language/bm/Rule.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,8 @@ private static Phoneme parsePhoneme(final String ph) {
427427
}
428428

429429
private static PhonemeExpr parsePhonemeExpr(final String ph) {
430-
if (ph.startsWith("(")) { // we have a bracketed list of options
430+
if (ph.startsWith("(")) {
431+
// we have a bracketed list of options
431432
if (!ph.endsWith(")")) {
432433
throw new IllegalArgumentException("Phoneme starts with '(' so must end with ')'");
433434
}

0 commit comments

Comments
 (0)