8239017: cmp-baseline fails because of differences in TimeZoneNames_kea
Reviewed-by: erikj
This commit is contained in:
parent
bcb804f07f
commit
27391005a5
@ -685,7 +685,7 @@ public class CLDRConverter {
|
||||
}
|
||||
|
||||
private static Map<String, Object> extractZoneNames(Map<String, Object> map, String id) {
|
||||
Map<String, Object> names = new HashMap<>();
|
||||
Map<String, Object> names = new TreeMap<>(KeyComparator.INSTANCE);
|
||||
|
||||
getAvailableZoneIds().stream().forEach(tzid -> {
|
||||
// If the tzid is deprecated, get the data for the replacement id
|
||||
|
Loading…
x
Reference in New Issue
Block a user