performed javacscript:fix and worked on documentation
[taxeditor.git] / taxeditor-editor / src / main / java / eu / etaxonomy / taxeditor / editor / internal / TaxeditorEditorPlugin.java
index 4e1f90b5b7f4cf261840ff4a0802e70d07d76f69..82be4554f5bff4487390be7df89941f7e32ac9e5 100644 (file)
@@ -9,12 +9,17 @@ import eu.etaxonomy.taxeditor.store.CdmStore;
 
 /**
  * The activator class controls the plug-in life cycle
+ *
+ * @author n.hoffmann
+ * @version $Id: $
  */
 public class TaxeditorEditorPlugin extends AbstractUIPlugin {
 
+       /** Constant <code>logger</code> */
        public static final Logger logger = Logger.getLogger(TaxeditorEditorPlugin.class);
        
        // The plug-in ID
+       /** Constant <code>PLUGIN_ID="eu.etaxonomy.taxeditor.editor"</code> */
        public static final String PLUGIN_ID = "eu.etaxonomy.taxeditor.editor";
 
        // The shared instance
@@ -30,6 +35,7 @@ public class TaxeditorEditorPlugin 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);
                
@@ -44,6 +50,7 @@ public class TaxeditorEditorPlugin 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);