From: David ‘Bombe’ Roden Date: Mon, 13 Dec 2010 19:54:46 +0000 (+0100) Subject: The Core is not a Service anymore, stop() really stops it. X-Git-Tag: beta-freefall-0.6.2-1~186 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=46a1d524d298ce4ef39356469c56dfec5ecef7ba;ds=sidebyside The Core is not a Service anymore, stop() really stops it. --- diff --git a/src/main/java/net/pterodactylus/sone/main/SonePlugin.java b/src/main/java/net/pterodactylus/sone/main/SonePlugin.java index ae7c9d2..37fdb54 100644 --- a/src/main/java/net/pterodactylus/sone/main/SonePlugin.java +++ b/src/main/java/net/pterodactylus/sone/main/SonePlugin.java @@ -229,7 +229,6 @@ public class SonePlugin implements FredPlugin, FredPluginL10n, FredPluginBaseL10 /* stop the identity manager. */ identityManager.stop(); - /* TODO wait for core to stop? */ try { pluginRespirator.putStore(pluginStore); } catch (DatabaseDisabledException dde1) {