Added 4th vowel support

This commit is contained in:
Willem Cazander 2022-10-10 18:20:48 +02:00
parent ca1fe9d9d0
commit 84738628af

View file

@ -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<>();