From 46a1d524d298ce4ef39356469c56dfec5ecef7ba Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Mon, 13 Dec 2010 20:54:46 +0100 Subject: [PATCH] The Core is not a Service anymore, stop() really stops it. --- src/main/java/net/pterodactylus/sone/main/SonePlugin.java | 1 - 1 file changed, 1 deletion(-) 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) { -- 2.7.4