The Core is not a Service anymore, stop() really stops it.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 13 Dec 2010 19:54:46 +0000 (20:54 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 13 Dec 2010 19:54:46 +0000 (20:54 +0100)
src/main/java/net/pterodactylus/sone/main/SonePlugin.java

index ae7c9d2..37fdb54 100644 (file)
@@ -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) {