Java Doc and CodeStyle improvements
This commit is contained in:
@@ -19,6 +19,10 @@ public class Server {
|
||||
// Connection registry
|
||||
private Map<String,ServerConnectionHandler> connections = new HashMap<>();
|
||||
|
||||
/**
|
||||
*
|
||||
* @param args
|
||||
*/
|
||||
public static void main(String[] args) {
|
||||
// Parse arguments for server port.
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user