diff options
Diffstat (limited to 'src/ch/epfl/xblast/server/debug/GameStatePrinter.java')
-rw-r--r-- | src/ch/epfl/xblast/server/debug/GameStatePrinter.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ch/epfl/xblast/server/debug/GameStatePrinter.java b/src/ch/epfl/xblast/server/debug/GameStatePrinter.java index 14b0b38..c3d9338 100644 --- a/src/ch/epfl/xblast/server/debug/GameStatePrinter.java +++ b/src/ch/epfl/xblast/server/debug/GameStatePrinter.java | |||
@@ -18,6 +18,7 @@ import java.util.Map; | |||
18 | public final class GameStatePrinter { | 18 | public final class GameStatePrinter { |
19 | 19 | ||
20 | private GameStatePrinter() { | 20 | private GameStatePrinter() { |
21 | // Static class | ||
21 | } | 22 | } |
22 | 23 | ||
23 | public static void printGameState(GameState s) { | 24 | public static void printGameState(GameState s) { |