From 407e64b6629ee6c98cce9d2add691dd1fd339e2b Mon Sep 17 00:00:00 2001 From: "Mcneely, Justin (Capt)" <justin.mcneely@nps.edu> Date: Wed, 8 Sep 2021 17:43:07 -0700 Subject: [PATCH] Update ExampleSimulationProgramMcNeely.java --- .../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 56337a2abd..b58ba263b1 100644 --- a/assignments/src/MV3500Cohort2021JulySeptember/homework3/McNeely/ExampleSimulationProgramMcNeely.java +++ b/assignments/src/MV3500Cohort2021JulySeptember/homework3/McNeely/ExampleSimulationProgramMcNeely.java @@ -86,7 +86,7 @@ public class ExampleSimulationProgramMcNeely // make your reports: narrative code for CommentPdu here (set all to empty strings to avoid sending) narrativeMessage1 = "MV3500 ExampleSimulationProgram"; narrativeMessage2 = "runSimulation() loop " + loopCount; - narrativeMessage3 = "Well... there it is."; // intentionally blank for testing + narrativeMessage3 = "Well... there it is."; //In the great words of Jeff Goldblum // your loop termination condition goes here if (loopCount > 4) // for example -- GitLab