Skip to content
Snippets Groups Projects
Commit a862aa2a authored by Brutzman, Don's avatar Brutzman, Don
Browse files

CONSTANT RENAMED

parent 96e1ec21
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment