performed javacscript:fix and worked on documentation
[taxeditor.git] / taxeditor-navigation / src / main / java / eu / etaxonomy / taxeditor / navigation / internal / TaxeditorNavigationPlugin.java
index 789714062bc397173e23853b1983f4daeb3051bb..68383d04a07165ac2178e0255d339ebb57f2e0e6 100644 (file)
@@ -9,10 +9,14 @@ import eu.etaxonomy.taxeditor.store.CdmStore;
 
 /**
  * The activator class controls the plug-in life cycle
+ *
+ * @author n.hoffmann
+ * @version $Id: $
  */
 public class TaxeditorNavigationPlugin extends AbstractUIPlugin {
 
        // The plug-in ID
+       /** Constant <code>PLUGIN_ID="eu.etaxonomy.taxeditor.navigator"</code> */
        public static final String PLUGIN_ID = "eu.etaxonomy.taxeditor.navigator";
 
        // The shared instance
@@ -28,6 +32,7 @@ public class TaxeditorNavigationPlugin extends AbstractUIPlugin {
         * (non-Javadoc)
         * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
         */
+       /** {@inheritDoc} */
        public void start(BundleContext context) throws Exception {
                super.start(context);
 
@@ -40,6 +45,7 @@ public class TaxeditorNavigationPlugin extends AbstractUIPlugin {
         * (non-Javadoc)
         * @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
         */
+       /** {@inheritDoc} */
        public void stop(BundleContext context) throws Exception {
                plugin = null;
                super.stop(context);