Skip to content

Commit

Permalink
ICU-22362 Fix build error in exhaustive tests resulting from last Per…
Browse files Browse the repository at this point in the history
…sonName change.
  • Loading branch information
richgillam authored and FrankYFTang committed Aug 5, 2023
1 parent 89b952d commit 720e574
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public boolean shouldCapitalizeSurname() {

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.
Expand Down

0 comments on commit 720e574

Please sign in to comment.