The Core is not a Service anymore, stop() really stops it.
[Sone.git] / src / main / java / net / pterodactylus / sone / main / SonePlugin.java
index 130ce11..37fdb54 100644 (file)
@@ -79,7 +79,7 @@ public class SonePlugin implements FredPlugin, FredPluginL10n, FredPluginBaseL10
        }
 
        /** The version. */
-       public static final Version VERSION = new Version(0, 3, 3);
+       public static final Version VERSION = new Version(0, 3, 4);
 
        /** The logger. */
        private static final Logger logger = Logging.getLogger(SonePlugin.class);
@@ -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) {