Move init and destroy empty impl from Activator classes. Have only one
[controller.git] / opendaylight / samples / loadbalancer / src / main / java / org / opendaylight / controller / samples / loadbalancer / internal / Activator.java
index fc78a72eaf0ff08b9b8a1010a04a9dc76b2a82e0..8979fecf45e94d7e2ffa42c57e38f492caa68a91 100644 (file)
@@ -35,22 +35,6 @@ public class Activator extends ComponentActivatorAbstractBase {
      */
     protected static final Logger logger = LoggerFactory.getLogger(Activator.class);
 
-    /**
-     * 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