From 162fcd1aa10beb14a1fc6667c41fdfb5f4abf6df Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 31 May 2016 01:42:06 +0200 Subject: [PATCH] code polish --- src/dorkbox/console/input/Input.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dorkbox/console/input/Input.java b/src/dorkbox/console/input/Input.java index f8cfcb5..a9bbfb8 100644 --- a/src/dorkbox/console/input/Input.java +++ b/src/dorkbox/console/input/Input.java @@ -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() {