Skip to content

Commit 720e574

Browse files
richgillamFrankYFTang
authored andcommitted
ICU-22362 Fix build error in exhaustive tests resulting from last PersonName change.
1 parent 89b952d commit 720e574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

icu4j/main/classes/core/src/com/ibm/icu/impl/personname/PersonNameFormatterImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ public boolean shouldCapitalizeSurname() {
202202

203203
private final Set<String> LOCALES_THAT_DONT_USE_SPACES = new HashSet<>(Arrays.asList("ja", "zh", "yue", "km", "lo", "my"));
204204

205-
static final Set NON_DEFAULT_SCRIPTS = new HashSet<>(Arrays.asList("Hani", "Hira", "Kana"));
205+
static final Set<String> NON_DEFAULT_SCRIPTS = new HashSet<>(Arrays.asList("Hani", "Hira", "Kana"));
206206

207207
/**
208208
* Returns the value of the resource, as a string array.

0 commit comments

Comments
 (0)