File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
unicodetools/src/main/java/org/unicode/text/UCD Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -2639,6 +2639,7 @@ private static String getReasonFromFilename(String type) {
26392639
26402640 private static final class ModifiedNFKD {
26412641 private static Normalizer INSTANCE ;
2642+
26422643 static String normalize (String cf ) {
26432644 if (INSTANCE == null ) {
26442645 INSTANCE = new Normalizer (UCD_Types .NFKD , Default .ucdVersion ());
Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ public static void main(String[] args) throws IOException {
140140
141141 private static final class ModifiedNFKC {
142142 private static Normalizer INSTANCE ;
143+
143144 static String normalize (String cf ) {
144145 if (INSTANCE == null ) {
145146 INSTANCE = new Normalizer (UCD_Types .NFKC , Default .ucdVersion ());
You can’t perform that action at this time.
0 commit comments