diff --git a/assignments/src/MV3500Cohort2024JulySeptember/homework2/Timberlake/Client_HW2.java b/assignments/src/MV3500Cohort2024JulySeptember/homework2/Timberlake/Client_HW2.java index aab58250d6a1f91ff76375126ab287212cd5c38a..86aac188b3a0edb1699700224f8b9e722377876a 100644 --- a/assignments/src/MV3500Cohort2024JulySeptember/homework2/Timberlake/Client_HW2.java +++ b/assignments/src/MV3500Cohort2024JulySeptember/homework2/Timberlake/Client_HW2.java @@ -8,9 +8,9 @@ import java.util.Scanner; import java.io.PrintWriter; /** - * This client program establishes a socket connection to the {@link GameHandler.java}, + * This client program establishes a socket connection to the GameHandler, * 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