Skip to content

Commit 42d22a8

Browse files
macchiatipedberg-icu
authored andcommitted
CLDR-17570 Missed a freeze
1 parent 31e6ade commit 42d22a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cldr-code/src/main/java/org/unicode/cldr/test/CheckForExemplars.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public class CheckForExemplars extends FactoryCheckCLDR {
5555
new UnicodeSet("[\\u061C\\u200E\\u200F]").freeze();
5656

5757
public static final UnicodeSet ILLEGAL_RTL_CONTROLS =
58-
new UnicodeSet("[\\u202A-\\u202E\\u2066-\\u2069]");
58+
new UnicodeSet("[\\u202A-\\u202E\\u2066-\\u2069]").freeze();
5959

6060
public static final UnicodeSet LB_JOIN_CONTROLS = new UnicodeSet("[\\u200B\\u2060]").freeze();
6161

0 commit comments

Comments
 (0)