mal sehen was eclipse jetzt kaputt macht

This commit is contained in:
Johannes Theiner 2018-06-13 00:47:07 +02:00
parent 10c49e3a77
commit c7a7cf0831
28 changed files with 2032 additions and 2033 deletions

View File

@ -12,8 +12,7 @@ public class KlausurenServer {
private ServerSocket serverSocket;
private static Map<String, CommandHandler> commands = new HashMap<>();
Hallo Welt
static Map<String, CommandHandler> getCommands() {
return commands;
}