From b28d88d4b835ce95973ad562ff834e80aea41322 Mon Sep 17 00:00:00 2001
From: snapp <snapp@MSI.attlocal.net>
Date: Sun, 12 Sep 2021 17:11:26 -0700
Subject: [PATCH] Completed ExampleSimulationProgramAllen_3.java in homework3
 folder. Committed again 12 September 2021 due to Gitlab commit problems.

---
 .../homework3/Allen/ExampleSimulationProgramAllen_3.java      | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/assignments/src/MV3500Cohort2021JulySeptember/homework3/Allen/ExampleSimulationProgramAllen_3.java b/assignments/src/MV3500Cohort2021JulySeptember/homework3/Allen/ExampleSimulationProgramAllen_3.java
index a0bfed603f..7f2f79cde2 100644
--- a/assignments/src/MV3500Cohort2021JulySeptember/homework3/Allen/ExampleSimulationProgramAllen_3.java
+++ b/assignments/src/MV3500Cohort2021JulySeptember/homework3/Allen/ExampleSimulationProgramAllen_3.java
@@ -3,7 +3,9 @@
  * This work is provided under a BSD open-source license, see project license.html and license.txt
  * 
  * This Program is a modified version of ExampleSimulationProgram in order to see the 
- * verbose plain text pdu log.
+ * verbose plain text pdu log. This simulates a firewall identifying a malicious packet
+ * and tracing its source before destroying it - updated September 12, 2021 to ensure
+ * correct file pushed to Gitlab.
  * 
  * @author snapp
  */
-- 
GitLab