Added 4th vowel support
This commit is contained in:
parent
ca1fe9d9d0
commit
84738628af
|
@ -35,8 +35,8 @@ public class Gê̄ldGetậl extends AbstractBaseGetậlMatrix1<Gê̄ldGetậl,V0
|
|||
if (money.isEmpty()) {
|
||||
throw new IllegalArgumentException("Can't parse zero money length");
|
||||
}
|
||||
if (money.length() > 8) { // RL + 4 chars + 3 vowels
|
||||
throw new IllegalArgumentException("Money length should not exceed 8 codepoints");
|
||||
if (money.length() > 9) { // RL + 4 chars + 4 vowels
|
||||
throw new IllegalArgumentException("Money length should not exceed 9 codepoints");
|
||||
}
|
||||
List<Gê̄ldGetậlÅtHebrew> result = new ArrayList<>();
|
||||
|
||||
|
|
Loading…
Reference in a new issue