diff --git a/assignments/src/MV3500Cohort2022MayJune/homework2/Royer/Homework2.java b/assignments/src/MV3500Cohort2022MayJune/homework2/Royer/Homework2.java
index 68fb659ef20448cf9f291765e3329c84b53503ea..082e9daf25098d2200f13a978097e197de00561a 100644
--- a/assignments/src/MV3500Cohort2022MayJune/homework2/Royer/Homework2.java
+++ b/assignments/src/MV3500Cohort2022MayJune/homework2/Royer/Homework2.java
@@ -257,7 +257,7 @@ public class Homework2
         // ===================================================================================================// ===================================================================================================
 
         narrativeMessage2 = "runSimulation() completed successfully"; // all done
-        disChannel.sendCommentPdu(disChannel.narrativeCommentType, narrativeMessage1, narrativeMessage2, narrativeMessage3);
+        disChannel.sendCommentPdu(disChannel.COMMENTPDU_NARRATIVE, narrativeMessage1, narrativeMessage2, narrativeMessage3);
         System.out.println ("... [final=completion CommentPdu successfully sent for simulation]");
         
         disChannel.leave();