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

add javadoc entries

parent 60408f8c
No related branches found
No related tags found
No related merge requests found
......@@ -16,10 +16,10 @@ public class LokiChatServer implements Runnable {
private Thread thread = null;
private int clientCount = 0;
/**
* constructor
* @param port
*/
/**
* Constructor creates a new object.
* @param port of interest
*/
public LokiChatServer(int port) {
try {
System.out.println("Binding to port " + port + ", please wait ...");
......
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