Skip to content
Snippets Groups Projects
Commit 03c058a8 authored by owner's avatar owner
Browse files

Homework 2 warning corrections

parent a4cb0428
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ import java.util.Scanner; ...@@ -11,7 +11,7 @@ import java.util.Scanner;
/** /**
* This client program establishes a socket connection to the {@link LennonHW2DispatchServer}, * This client program establishes a socket connection to the {@link LennonHW2DispatchServer},
* then plays a random number guessing game. * 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 TcpExample4DispatchServer
* see TcpExample4HandlerThread * see TcpExample4HandlerThread
......
...@@ -15,7 +15,7 @@ import java.util.Random; ...@@ -15,7 +15,7 @@ import java.util.Random;
* if the server can't respond to a connection for several seconds. * if the server can't respond to a connection for several seconds.
* </p> * </p>
* <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> * </p>
* *
* see TcpExample4Client * see TcpExample4Client
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment