From 7c4a721053d74bc3e6419e4ed3bdad67834177ea Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Fri, 10 Jun 2022 22:32:15 -0700
Subject: [PATCH] CONSTANT RENAMED

---
 .../MV3500Cohort2022MayJune/homework2/Royer/Homework2.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/assignments/src/MV3500Cohort2022MayJune/homework2/Royer/Homework2.java b/assignments/src/MV3500Cohort2022MayJune/homework2/Royer/Homework2.java
index 082e9daf25..24e5d23e34 100644
--- a/assignments/src/MV3500Cohort2022MayJune/homework2/Royer/Homework2.java
+++ b/assignments/src/MV3500Cohort2022MayJune/homework2/Royer/Homework2.java
@@ -3,7 +3,7 @@
  * This work is provided under a BSD open-source license, see project license.html and license.txt
  * @author brutzman@nps.edu
  */
-package homework2;
+package MV3500Cohort2022MayJune.homework2.Royer;
 
 // Java is an abomination.
 
@@ -239,7 +239,7 @@ public class Homework2
             
             sendAllPdusForLoopTimestep(entityStatePdu_1, 
                                                    firePdu_1a, 
-                     disChannel.currentTimeStepCommentType, narrativeMessage1, narrativeMessage2, narrativeMessage3);
+                     disChannel.COMMENTPDU_SIMULATION_TIMESTEP, narrativeMessage1, narrativeMessage2, narrativeMessage3);
             disChannel.sendSinglePdu(entityStatePdu_2); // me too i.e. 2!
             
             System.out.println ("... [PDUs of interest successfully sent for this loop]");
-- 
GitLab