Merge "Bug 116 - Revisit SanityTest"
[controller.git] / opendaylight / config / config-api / src / main / java / org / opendaylight / controller / config / spi / Module.java
index b11d5f8beb1620c4d0e86b25c3ee1180565c2536..dd11b7503f0e09d8af7710cf89bd6ccdaab0ec74 100644 (file)
@@ -10,8 +10,8 @@ package org.opendaylight.controller.config.spi;
 import javax.annotation.concurrent.NotThreadSafe;
 
 import org.opendaylight.controller.config.api.ModuleIdentifier;
-import org.opendaylight.controller.config.api.annotations.RequireInterface;
-import org.opendaylight.protocol.concepts.NamedObject;
+import org.opendaylight.yangtools.concepts.Identifiable;
+
 
 /**
  * Represents one service that is to be configured. These methods need to be
@@ -28,7 +28,7 @@ import org.opendaylight.protocol.concepts.NamedObject;
  * </p>
  */
 @NotThreadSafe
-public interface Module extends NamedObject<ModuleIdentifier> {
+public interface Module extends Identifiable<ModuleIdentifier>{
     /**
      * This method will be called as first phase in two phase commit. Instance
      * can check attributes, but is not allowed to do any kind of work that