mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-22362 Fix build error in exhaustive tests resulting from last PersonName change.
This commit is contained in:
parent
89b952dffd
commit
720e5741cc
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue