Skip to content

Commit

Permalink
Refined it more
Browse files Browse the repository at this point in the history
  • Loading branch information
naotoj committed Oct 16, 2024
1 parent 0cae3eb commit d187e83
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,7 @@ private static void load(DataInputStream dis) throws IOException {
}
}
// old us time-zone names
for (var key : ZoneId.SHORT_IDS.keySet()) {
aliases.put(key, ZoneId.SHORT_IDS.get(key));
}
aliases.putAll(ZoneId.SHORT_IDS);
}

/////////////////////////Ser/////////////////////////////////
Expand Down

0 comments on commit d187e83

Please sign in to comment.