Skip to content
Snippets Groups Projects
Commit 925bbbc2 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

omit broken links in javadoc

parent c90b111d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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