Test commit

This commit is contained in:
Andrea Cavalli 2017-04-30 16:16:30 +00:00
parent 0bf349ce9f
commit 8e9691e04e

View File

@ -32,7 +32,7 @@ public class Main {
Utils.debug.println("Shutdown..."); Utils.debug.println("Shutdown...");
beforeShutdown(); beforeShutdown();
Utils.debug.println(""); Utils.debug.println("");
Utils.debug.println("Closed"); Utils.debug.println("Closed.");
System.exit(0); System.exit(0);
} }