diff --git a/assignments/src/MV3500Cohort2024JulySeptember/homework2/Matiski/README.md b/assignments/src/MV3500Cohort2024JulySeptember/homework2/Matiski/README.md index 40f59733d30e960b1d2b86877bd56751017c9911..aad80ff3ef5f483a30fd1c80c4ceda3bea519f11 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 0000000000000000000000000000000000000000..df351196c4dbbf4a620a3f9e9f6d3cf88626aff2 --- /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;