Skip to content

Commit

Permalink
Remove unused import in AntarcticaTimeZones.java
Browse files Browse the repository at this point in the history
Eliminated the unnecessary `Collectors` import to improve code clarity and maintainability. This change helps reduce clutter and avoids confusion about unused dependencies in the file.
  • Loading branch information
kousen committed Dec 12, 2024
1 parent f0b0029 commit 90859bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/datetime/AntarcticaTimeZones.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import java.time.ZoneId;
import java.time.ZonedDateTime;
import java.util.List;
import java.util.stream.Collectors;

import static java.util.Comparator.comparingInt;

Expand Down

0 comments on commit 90859bd

Please sign in to comment.