cleanup
[taxeditor.git] / eu.etaxonomy.taxeditor.webapp / src / main / java / eu / etaxonomy / taxeditor / webapp / TaxeditorWebappPlugin.java
index 83c094968e2f749ba31404df356183e99b0dc37b..cc786145ed66b568316160a78e30fdc0fe5b61ef 100644 (file)
@@ -9,7 +9,6 @@ import org.osgi.framework.BundleContext;
  * The activator class controls the plug-in life cycle
  *
  * @author n.hoffmann
- * @version $Id: $
  */
 public class TaxeditorWebappPlugin extends AbstractUIPlugin {
 
@@ -26,22 +25,12 @@ public class TaxeditorWebappPlugin extends AbstractUIPlugin {
        public TaxeditorWebappPlugin() {
        }
 
-       /*
-        * (non-Javadoc)
-        * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
-        */
-       /** {@inheritDoc} */
        @Override
     public void start(BundleContext context) throws Exception {
                super.start(context);
                plugin = this;
        }
 
-       /*
-        * (non-Javadoc)
-        * @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
-        */
-       /** {@inheritDoc} */
        @Override
     public void stop(BundleContext context) throws Exception {
                plugin = null;