changeset 141:bfe6a252c0fe

Remove 'non-Javadoc' comments
author Omair Majid <omajid@redhat.com>
date Thu, 05 Jun 2014 17:25:59 -0400
parents e605201414d0
children de9b5bf2278e
files com.redhat.thermostat.tools.eclipse.plugin/src/com/redhat/thermostat/tools/eclipse/plugin/Activator.java
diffstat 1 files changed, 2 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/com.redhat.thermostat.tools.eclipse.plugin/src/com/redhat/thermostat/tools/eclipse/plugin/Activator.java	Thu Jun 05 14:39:49 2014 -0400
+++ b/com.redhat.thermostat.tools.eclipse.plugin/src/com/redhat/thermostat/tools/eclipse/plugin/Activator.java	Thu Jun 05 17:25:59 2014 -0400
@@ -21,19 +21,13 @@
     public Activator() {
     }
 
-    /*
-     * (non-Javadoc)
-     * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
-     */
+    @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)
-     */
+    @Override
     public void stop(BundleContext context) throws Exception {
         plugin = null;
         super.stop(context);