Trigger the shutdown correctly.
[xudocci.git] / src / main / java / net / pterodactylus / xdcc / core / Core.java
index 7355283..57971f9 100644 (file)
@@ -411,7 +411,7 @@ public class Core extends AbstractExecutionThreadService {
        }
 
        @Override
-       protected void shutDown() {
+       protected void triggerShutdown() {
                synchronized (syncObject) {
                        syncObject.notifyAll();
                }