From 456c8db5460a23a599eb33bcd8e205fe90d03b43 Mon Sep 17 00:00:00 2001 From: Samantha Sullivan Date: Tue, 3 Oct 2023 14:32:55 +1000 Subject: [PATCH] fixed parsing error --- .../core/src/main/com/csse3200/game/services/WaveService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/src/main/com/csse3200/game/services/WaveService.java b/source/core/src/main/com/csse3200/game/services/WaveService.java index 2d019a465..c00693fbd 100644 --- a/source/core/src/main/com/csse3200/game/services/WaveService.java +++ b/source/core/src/main/com/csse3200/game/services/WaveService.java @@ -136,7 +136,7 @@ public void setNextWaveTime(long nextWaveTime) { public int getSpawnDelay() {return this.spawnDelay;} - * Used for adding this instance of UIElementsDisplay to the mainGameScreen. This is needed as update is performed + /* Used for adding this instance of UIElementsDisplay to the mainGameScreen. This is needed as update is performed * for this instance of the display. * @return the updating instance of UIElementsDisplay */