# HG changeset patch # User Omair Majid # Date 1402003559 14400 # Node ID bfe6a252c0fe7bce3d937aa50593ac0ff18c8209 # Parent e605201414d0c9cb0ee22b0c26437502cf0edbd5 Remove 'non-Javadoc' comments diff -r e605201414d0 -r bfe6a252c0fe com.redhat.thermostat.tools.eclipse.plugin/src/com/redhat/thermostat/tools/eclipse/plugin/Activator.java --- 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);