ICU-22362 Fix build error in exhaustive tests resulting from last PersonName change.

This commit is contained in:
Rich Gillam 2023-08-04 16:58:22 -07:00 committed by Frank Yung-Fong Tang
parent 89b952dffd
commit 720e5741cc

View file

@ -202,7 +202,7 @@ public class PersonNameFormatterImpl {
private final Set<String> LOCALES_THAT_DONT_USE_SPACES = new HashSet<>(Arrays.asList("ja", "zh", "yue", "km", "lo", "my"));
static final Set NON_DEFAULT_SCRIPTS = new HashSet<>(Arrays.asList("Hani", "Hira", "Kana"));
static final Set<String> NON_DEFAULT_SCRIPTS = new HashSet<>(Arrays.asList("Hani", "Hira", "Kana"));
/**
* Returns the value of the resource, as a string array.