Move init and destroy empty impl from Activator classes. Have only one
[controller.git] / opendaylight / northboundtest / unit_test_suite / src / main / java / org / opendaylight / controller / northboundtest / unittestsuite / internal / Activator.java
index 71f5cfd0e6452d9e4d7fde0bcd07aad607a25b85..471a440c38dbc4f2b4fe1d8291e66efadefae36d 100644 (file)
@@ -15,22 +15,6 @@ import org.apache.felix.dm.Component;
 
 public class Activator extends ComponentActivatorAbstractBase {
 
-    /**
-     * Function called when the activator starts just after some
-     * initializations are done by the
-     * ComponentActivatorAbstractBase.
-     *
-     */
-    public void init() {
-    }
-
-    /**
-     * Function called when the activator stops just before the
-     * cleanup done by ComponentActivatorAbstractBase
-     *
-     */
-    public void destroy() {
-    }
 
     /**
      * Function that is used to communicate to dependency manager the