Minor Clean-up post Blueprint migration 91/54291/2
authorEdwin Anthony <n.edwin.anthony@ericsson.com>
Tue, 4 Apr 2017 04:46:41 +0000 (10:16 +0530)
committerMichael Vorburger <vorburger@redhat.com>
Tue, 4 Apr 2017 16:11:59 +0000 (16:11 +0000)
Change-Id: I4b871cc90c4a7e92f4e35d6603295ee6cbb52330
Signed-off-by: Edwin Anthony <n.edwin.anthony@ericsson.com>
interfacemanager/interfacemanager-impl/src/test/java/org/opendaylight/genius/interfacemanager/test/InterfaceManagerTestModule.java

index 5d377b5f9d2e5c63c8bae42d2c389964e08da1a9..75ba5daa4e034e53b1da209b8b5cd67a64afb4be 100644 (file)
@@ -41,35 +41,20 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.genius.alivenessmonitor.rev
 import org.opendaylight.yang.gen.v1.urn.opendaylight.genius.idmanager.rev160406.IdManagerService;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.rpcs.rev160406.OdlInterfaceRpcService;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.genius.lockmanager.rev160413.LockManagerService;
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
 
 /**
  * Dependency Injection Wiring for {@link InterfaceManagerConfigurationTest}.
  *
  * <p>
- * This class looks a little bit more complicated than it could and later will
- * be just because interfacemanager is still using CSS instead of BP
- * with @Inject.
- *
- * <p>
- * Please DO NOT copy/paste this class as-is into other projects; this is
- * intended to be temporary, until interfacemanager is switch from CSS to BP.
- *
- * <p>
- * For "proper" *Module examples, please see the AclServiceModule and
+ * For other *Module examples, please see the AclServiceModule and
  * AclServiceTestModule or ElanServiceTestModule instead.
  *
  * @author Michael Vorburger
  */
 public class InterfaceManagerTestModule extends AbstractGuiceJsr250Module {
 
-    private static final Logger LOG = LoggerFactory.getLogger(InterfaceManagerTestModule.class);
-
     @Override
     protected void configureBindings() throws UnknownHostException {
-        // TODO Ordering as below.. hard to do currently, because of interdeps.
-        // due to CSS
         // Bindings for services from this project
         // Bindings for external services to "real" implementations
         // Bindings to test infra (fakes & mocks)