diff --git a/assignments/src/MV3500Cohort2021JulySeptember/homework3/Morris/MorrisSimulationProgram.java b/assignments/src/MV3500Cohort2021JulySeptember/homework3/Morris/MorrisSimulationProgram.java
index 8db5663a1df7fda4106a37e0c1147e3ddbe0c966..8911ca6214c743f7535fe6bccfdfabb6adce4134 100644
--- a/assignments/src/MV3500Cohort2021JulySeptember/homework3/Morris/MorrisSimulationProgram.java
+++ b/assignments/src/MV3500Cohort2021JulySeptember/homework3/Morris/MorrisSimulationProgram.java
@@ -44,7 +44,7 @@ public class MorrisSimulationProgram
      * All of the other methods are setup, teardown and configuration that you may find
      * interesting, even helpful, but don't really have to worry about.
      */
-    @SuppressWarnings("SleepWhileInLoop") // yes we do that
+    @SuppressWarnings("SleepWhileInLoop1") // yes we do that
     public void runSimulationLoops () throws Exception
     {
       try