From 03c058a834f139c28e29a107e10412dc779a046c Mon Sep 17 00:00:00 2001 From: owner <owner@DESKTOP-150HAJJ.ern.nps.edu> Date: Thu, 22 Aug 2024 11:02:19 -0700 Subject: [PATCH] Homework 2 warning corrections --- .../homework2/Lennon/LennonHW2Client.java | 2 +- .../homework2/Lennon/LennonHW2HandlerThread.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assignments/src/MV3500Cohort2024JulySeptember/homework2/Lennon/LennonHW2Client.java b/assignments/src/MV3500Cohort2024JulySeptember/homework2/Lennon/LennonHW2Client.java index 110b07a34a..19849b9528 100644 --- a/assignments/src/MV3500Cohort2024JulySeptember/homework2/Lennon/LennonHW2Client.java +++ b/assignments/src/MV3500Cohort2024JulySeptember/homework2/Lennon/LennonHW2Client.java @@ -11,7 +11,7 @@ import java.util.Scanner; /** * This client program establishes a socket connection to the {@link LennonHW2DispatchServer}, * then plays a random number guessing game. - * No fancy footwork here, it is pretty simple and similar to {@link TcpExample3Client}. + * No fancy footwork here, it is pretty simple and similar to {TcpExample3Client}. * * see TcpExample4DispatchServer * see TcpExample4HandlerThread diff --git a/assignments/src/MV3500Cohort2024JulySeptember/homework2/Lennon/LennonHW2HandlerThread.java b/assignments/src/MV3500Cohort2024JulySeptember/homework2/Lennon/LennonHW2HandlerThread.java index cce06e30b1..ae2efde18b 100644 --- a/assignments/src/MV3500Cohort2024JulySeptember/homework2/Lennon/LennonHW2HandlerThread.java +++ b/assignments/src/MV3500Cohort2024JulySeptember/homework2/Lennon/LennonHW2HandlerThread.java @@ -15,7 +15,7 @@ import java.util.Random; * if the server can't respond to a connection for several seconds. * </p> * <p> - * Warning: do not run this class! It is created and used automatically by {@link TcpExample4DispatchServer} at run time. + * Warning: do not run this class! It is created and used automatically by {@link LennonHW2DispatchServer} at run time. * </p> * * see TcpExample4Client -- GitLab