From: David ‘Bombe’ Roden Date: Mon, 17 Nov 2014 21:14:43 +0000 (+0100) Subject: Trigger the shutdown correctly. X-Git-Url: https://git.pterodactylus.net/?p=xudocci.git;a=commitdiff_plain;h=9a60e3ecfba9f3c5e6ae2dbae9bcdb62459faa07 Trigger the shutdown correctly. --- diff --git a/src/main/java/net/pterodactylus/xdcc/core/Core.java b/src/main/java/net/pterodactylus/xdcc/core/Core.java index 7355283..57971f9 100644 --- a/src/main/java/net/pterodactylus/xdcc/core/Core.java +++ b/src/main/java/net/pterodactylus/xdcc/core/Core.java @@ -411,7 +411,7 @@ public class Core extends AbstractExecutionThreadService { } @Override - protected void shutDown() { + protected void triggerShutdown() { synchronized (syncObject) { syncObject.notifyAll(); }