eine Zeile für MCK

This commit is contained in:
Johannes Theiner 2018-06-12 15:20:56 +02:00
parent cb37a78d60
commit 12eeda9ca4
1 changed files with 0 additions and 1 deletions

View File

@ -112,7 +112,6 @@ public class KlausurenServer {
}
};
Thread thread = new Thread(runnable);
thread.start();
}