BGPCEP-701: Remove old statistics, keep only openconfig stats
[bgpcep.git] / bgp / rib-impl / src / main / java / org / opendaylight / controller / config / yang / bgp / rib / impl / RIBImplModuleFactory.java
index 78cf16192b3932f05a4626932658aabbdd7a8525..e6effda1b7669aaf20946758880d7d92b168df7b 100644 (file)
@@ -7,39 +7,18 @@
  */
 /**
  * Generated file
-
+ * <p>
  * Generated from: yang module name: bgp-rib-impl  yang module local name: rib-impl
  * Generated by: org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator
  * Generated at: Wed Nov 06 13:02:32 CET 2013
- *
+ * <p>
  * Do not modify this file unless it is present under src/main directory
  */
 package org.opendaylight.controller.config.yang.bgp.rib.impl;
 
-import org.opendaylight.controller.config.api.DependencyResolver;
-import org.opendaylight.controller.config.api.DynamicMBeanWithInstance;
-import org.opendaylight.controller.config.spi.Module;
-import org.osgi.framework.BundleContext;
-
 /**
  *
  */
 @Deprecated
 public class RIBImplModuleFactory extends org.opendaylight.controller.config.yang.bgp.rib.impl.AbstractRIBImplModuleFactory {
-
-    @Override
-    public Module createModule(final String instanceName, final DependencyResolver dependencyResolver, final BundleContext bundleContext) {
-        final RIBImplModule module = (RIBImplModule) super.createModule(instanceName, dependencyResolver, bundleContext);
-        module.setBundleContext(bundleContext);
-        return module;
-    }
-
-    @Override
-    public Module createModule(final String instanceName, final DependencyResolver dependencyResolver,
-            final DynamicMBeanWithInstance old, final BundleContext bundleContext) throws Exception {
-        final RIBImplModule module = (RIBImplModule)  super.createModule(instanceName, dependencyResolver, old, bundleContext);
-        module.setBundleContext(bundleContext);
-        return module;
-    }
-
 }