performed javacscript:fix and worked on documentation
[taxeditor.git] / taxeditor-printpublisher / src / main / java / eu / etaxonomy / taxeditor / printpublisher / internal / PrintpublisherPlugin.java
index dc19d89af6aca0ece2b4f653870746732865ce71..a81e18343c9499b60f9eae6549d65f6d8f341ca8 100644 (file)
@@ -14,6 +14,8 @@ import org.eclipse.ui.plugin.AbstractUIPlugin;
 import org.osgi.framework.BundleContext;
 
 /**
+ * <p>PrintpublisherPlugin class.</p>
+ *
  * @author n.hoffmann
  * @created Jul 15, 2010
  * @version 1.0
@@ -21,6 +23,7 @@ import org.osgi.framework.BundleContext;
 public class PrintpublisherPlugin 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
@@ -36,6 +39,7 @@ public class PrintpublisherPlugin 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);
                plugin = this;
@@ -45,6 +49,7 @@ public class PrintpublisherPlugin 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);