diff --git a/assignments/src/MV3500Cohort2021JulySeptember/homework3/McNeely/ExampleSimulationProgramMcNeely.java b/assignments/src/MV3500Cohort2021JulySeptember/homework3/McNeely/ExampleSimulationProgramMcNeely.java
index 1d14709b1698e0ec2ad9853527493cadb21d6ea6..56337a2abd717aedba8541df8b1fd275ec311a3c 100644
--- a/assignments/src/MV3500Cohort2021JulySeptember/homework3/McNeely/ExampleSimulationProgramMcNeely.java
+++ b/assignments/src/MV3500Cohort2021JulySeptember/homework3/McNeely/ExampleSimulationProgramMcNeely.java
@@ -344,7 +344,7 @@ public class ExampleSimulationProgramMcNeely
 
         thisProgram.runSimulation (); // ... your simulation execution code goes in there ...
         
-        pduRecorder.end();
+        pduRecorder.stop();
 
         thisProgram.tearDownNetworkInterface(); // make sure no processes are left lingering