We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d6cb77 commit 25225b0Copy full SHA for 25225b0
src/main/java/org/apache/commons/codec/language/bm/Rule.java
@@ -427,7 +427,8 @@ private static Phoneme parsePhoneme(final String ph) {
427
}
428
429
private static PhonemeExpr parsePhonemeExpr(final String ph) {
430
- if (ph.startsWith("(")) { // we have a bracketed list of options
+ if (ph.startsWith("(")) {
431
+ // we have a bracketed list of options
432
if (!ph.endsWith(")")) {
433
throw new IllegalArgumentException("Phoneme starts with '(' so must end with ')'");
434
0 commit comments