Trigger the shutdown correctly.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 17 Nov 2014 21:14:43 +0000 (22:14 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 17 Nov 2014 21:14:43 +0000 (22:14 +0100)
src/main/java/net/pterodactylus/xdcc/core/Core.java

index 7355283..57971f9 100644 (file)
@@ -411,7 +411,7 @@ public class Core extends AbstractExecutionThreadService {
        }
 
        @Override
        }
 
        @Override
-       protected void shutDown() {
+       protected void triggerShutdown() {
                synchronized (syncObject) {
                        syncObject.notifyAll();
                }
                synchronized (syncObject) {
                        syncObject.notifyAll();
                }