Skip to content

Commit 0efdaee

Browse files
committed
CLDR-17851 SupplementalCalendarData
- address some concerns - split other issues out to a separate PR- #4648
1 parent a20ea88 commit 0efdaee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/cldr-code/src/main/java/org/unicode/cldr/util/SupplementalCalendarData.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package org.unicode.cldr.util;
22

3-
import com.ibm.icu.impl.locale.XCldrStub.ImmutableMap;
3+
import com.google.common.collect.ImmutableMap;
44
import com.ibm.icu.util.GregorianCalendar;
55
import java.util.HashMap;
66
import java.util.Iterator;
@@ -208,11 +208,11 @@ private void acceptCalendarSystem(XPathValue x, CalendarData c) {
208208
public SupplementalCalendarData get() {
209209
return new SupplementalCalendarData(typeToCalendar);
210210
}
211+
212+
211213
}
212214

213215
private SupplementalCalendarData(Map<String, CalendarData> m) {
214-
// TODO: freeze all types
215-
// m.forEach(c -> c.freeze());
216216
this.typeToCalendar = ImmutableMap.copyOf(m);
217217
}
218218

0 commit comments

Comments
 (0)