From 0b3fba6ea09fb91dd093c88a396b70bb60598fb5 Mon Sep 17 00:00:00 2001 From: aadityayadav17 Date: Mon, 11 Sep 2023 15:32:06 +1000 Subject: [PATCH] Ice Background --- .../src/main/com/csse3200/game/utils/math/GridPoint2Utils.java | 1 + 1 file changed, 1 insertion(+) diff --git a/source/core/src/main/com/csse3200/game/utils/math/GridPoint2Utils.java b/source/core/src/main/com/csse3200/game/utils/math/GridPoint2Utils.java index 332e029af..65a5d1979 100644 --- a/source/core/src/main/com/csse3200/game/utils/math/GridPoint2Utils.java +++ b/source/core/src/main/com/csse3200/game/utils/math/GridPoint2Utils.java @@ -9,6 +9,7 @@ public class GridPoint2Utils { public static final GridPoint2 ZERO = new GridPoint2(0, 0); + private GridPoint2Utils() { throw new IllegalStateException("Instantiating static util class"); }