Java Doc and CodeStyle improvements

This commit is contained in:
Leonardo Brandenberger
2022-04-15 17:10:24 +02:00
parent 77b3057911
commit 5f6266c017
6 changed files with 110 additions and 75 deletions
@@ -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 {