From 5697a09d3dc367ae8814d9c3699d1e93758eb84e Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Sun, 11 Aug 2024 18:46:03 -0700 Subject: [PATCH] corrected title, note importance of Javadoc --- .../src/MV3500Cohort2024JulySeptember/homework2/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/assignments/src/MV3500Cohort2024JulySeptember/homework2/README.md b/assignments/src/MV3500Cohort2024JulySeptember/homework2/README.md index 1de5901082..a119eb2ed8 100644 --- a/assignments/src/MV3500Cohort2024JulySeptember/homework2/README.md +++ b/assignments/src/MV3500Cohort2024JulySeptember/homework2/README.md @@ -1,4 +1,4 @@ -## Homework 2: UDP Multicast Client/Server Networking +## Homework 2: TCP Client/Server Networking Deliverables: @@ -21,4 +21,8 @@ Approach: 4. Create a simple illustration of the communications exchange in a [UML Sequence Diagram](https://en.wikipedia.org/wiki/Sequence_diagram). Please see the [README.md](../../../README.md) in the parent -[assignments](../../../../assignments) directory for detailed instructions. \ No newline at end of file +[assignments](../../../../assignments) directory for detailed instructions. + +Of special note, produce good Javadoc results through proper documentation of +source code and includion of a package-info.java summary. NetBeans makes it +pretty easy to do so. \ No newline at end of file -- GitLab