diff --git a/assignments/src/MV3500Cohort2021JulySeptember/homework3/McNeely/ExampleSimulationProgramMcNeely.java b/assignments/src/MV3500Cohort2021JulySeptember/homework3/McNeely/ExampleSimulationProgramMcNeely.java index 56337a2abd717aedba8541df8b1fd275ec311a3c..b58ba263b14b51c4e275080be861f0b471b236f2 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