Skip to content

Commit

Permalink
Map Boundary Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
aadityayadav17 committed Sep 7, 2023
1 parent c41f762 commit 4723bd1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
public class GridPoint2Utils {
public static final GridPoint2 ZERO = new GridPoint2(0, 0);


private GridPoint2Utils() {
throw new IllegalStateException("Instantiating static util class");
}
Expand Down

0 comments on commit 4723bd1

Please sign in to comment.