code polish

This commit is contained in:
nathan 2016-05-31 01:42:06 +02:00
parent 9f49717032
commit 162fcd1aa1

View File

@ -79,7 +79,6 @@ class Input {
consoleThread.setName("Console Input Reader");
consoleThread.start();
// has to be NOT DAEMON thread, since it must run before the app closes.
// alternatively, shut everything down when the JVM closes.
Thread shutdownThread = new Thread() {