From 041f3932631c0b143af3386c662f3e3da0841826 Mon Sep 17 00:00:00 2001
From: markm <markm@MarkAlienware2.attlocal.net>
Date: Wed, 21 Aug 2024 11:33:51 -0700
Subject: [PATCH] Added package info in class

---
 .../homework2/Matiski/README.md                        |  2 ++
 .../homework2/Matiski/package-info.java                | 10 ++++++++++
 2 files changed, 12 insertions(+)
 create mode 100644 assignments/src/MV3500Cohort2024JulySeptember/homework2/Matiski/package-info.java

diff --git a/assignments/src/MV3500Cohort2024JulySeptember/homework2/Matiski/README.md b/assignments/src/MV3500Cohort2024JulySeptember/homework2/Matiski/README.md
index 40f59733d3..aad80ff3ef 100644
--- a/assignments/src/MV3500Cohort2024JulySeptember/homework2/Matiski/README.md
+++ b/assignments/src/MV3500Cohort2024JulySeptember/homework2/Matiski/README.md
@@ -8,4 +8,6 @@ Modification to TCPExample4 to ask for a password
 
 Closes once password is entered correctly or incorrectly.
 
+Biggest changes are in the handler thread.
+
 
diff --git a/assignments/src/MV3500Cohort2024JulySeptember/homework2/Matiski/package-info.java b/assignments/src/MV3500Cohort2024JulySeptember/homework2/Matiski/package-info.java
new file mode 100644
index 0000000000..df351196c4
--- /dev/null
+++ b/assignments/src/MV3500Cohort2024JulySeptember/homework2/Matiski/package-info.java
@@ -0,0 +1,10 @@
+/**
+ * TCP Unicast homework assignments supporting the NPS MOVES MV3500 Networked Graphics course.
+ * 
+ * @see <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/tree/master/assignments" target="_blank">networkedGraphicsMV3500 assignments</a>
+ * @see java.lang.Package
+ * @see <a href="https://stackoverflow.com/questions/22095487/why-is-package-info-java-useful" target="_blank">StackOverflow: why-is-package-info-java-useful</a>
+ * @see <a href="https://stackoverflow.com/questions/624422/how-do-i-document-packages-in-java" target="_blank">StackOverflow: how-do-i-document-packages-in-java</a>
+ */
+
+package MV3500Cohort2024JulySeptember.homework2.Matiski;
-- 
GitLab