From b364f3bf1ef4e8e8870098601acbf27a3a57769e Mon Sep 17 00:00:00 2001 From: User <User@Jacob-Leckie-Laptop.attlocal.net> Date: Fri, 3 Sep 2021 15:35:45 -0700 Subject: [PATCH] end changed to stop line 347 --- .../homework3/McNeely/ExampleSimulationProgramMcNeely.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assignments/src/MV3500Cohort2021JulySeptember/homework3/McNeely/ExampleSimulationProgramMcNeely.java b/assignments/src/MV3500Cohort2021JulySeptember/homework3/McNeely/ExampleSimulationProgramMcNeely.java index 1d14709b16..56337a2abd 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 -- GitLab