performed javacscript:fix and worked on documentation
[taxeditor.git] / taxeditor-store / src / main / java / eu / etaxonomy / taxeditor / store / internal / TaxeditorStorePlugin.java
index a32a4414adb8388b3b90ade35764c368a5de64a4..05e9f81067200709d6916a011e0899be7d439659 100644 (file)
@@ -11,10 +11,14 @@ import eu.etaxonomy.taxeditor.store.StoreStateManager;
 
 /**
  * The activator class controls the plug-in life cycle
+ *
+ * @author n.hoffmann
+ * @version $Id: $
  */
 public class TaxeditorStorePlugin extends AbstractUIPlugin {
        
        // 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 +34,7 @@ public class TaxeditorStorePlugin 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);
                
@@ -45,6 +50,7 @@ public class TaxeditorStorePlugin 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);
@@ -72,7 +78,9 @@ public class TaxeditorStorePlugin extends AbstractUIPlugin {
        
        
        /**
-        * Exposes this normally protected method. 
+        * Exposes this normally protected method.
+        *
+        * @return a {@link org.eclipse.jface.resource.ImageRegistry} object.
         */
        public ImageRegistry createImageRegistry(){
                return super.createImageRegistry();