Skip to content
Snippets Groups Projects
Commit f9a271a4 authored by tbavl's avatar tbavl
Browse files

Bavlsik Assignment 2 Javadoc updates

parent 37a538c9
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,9 @@ import java.net.Socket; ...@@ -8,7 +8,9 @@ import java.net.Socket;
import java.util.Scanner; import java.util.Scanner;
/** /**
* * This client attempts to connect to a desired server. If the client is unable
* to connect then it exits the program. Enter 'quit' to the command line at any
* time to exit.
* @author tbavlsik * @author tbavlsik
*/ */
public class BavlsikClient { public class BavlsikClient {
......
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