changeset 142:de9b5bf2278e

Remove empty no-arg constructor
author Omair Majid <omajid@redhat.com>
date Thu, 05 Jun 2014 17:33:09 -0400
parents bfe6a252c0fe
children 5c3c720c875e
files com.redhat.thermostat.tools.eclipse.plugin/src/com/redhat/thermostat/tools/eclipse/plugin/Activator.java
diffstat 1 files changed, 0 insertions(+), 6 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 17:25:59 2014 -0400
+++ b/com.redhat.thermostat.tools.eclipse.plugin/src/com/redhat/thermostat/tools/eclipse/plugin/Activator.java	Thu Jun 05 17:33:09 2014 -0400
@@ -14,12 +14,6 @@
 
     // The shared instance
     private static Activator plugin;
-    
-    /**
-     * The constructor
-     */
-    public Activator() {
-    }
 
     @Override
     public void start(BundleContext context) throws Exception {