Move init and destroy empty impl from Activator classes. Have only one
[controller.git] / opendaylight / northbound / bundlescanner / implementation / src / main / java / org / opendaylight / controller / northbound / bundlescanner / internal / Activator.java
index 6b0718c7e2c1ffb463dfa921410344e249da1fca..82de105709004b5ba5323de0f58f6c822431fa57 100644 (file)
@@ -17,14 +17,6 @@ import org.opendaylight.controller.sal.core.ComponentActivatorAbstractBase;
  */
 public class Activator extends ComponentActivatorAbstractBase {
 
-    @Override
-    protected void init() {
-    }
-
-    @Override
-    protected void destroy() {
-    }
-
     @Override
     protected Object[] getGlobalImplementations() {
         return new Object[] { BundleScanServiceImpl.class };