added implementation of Identifier and Identifiable from yangtools.concepts
[controller.git] / opendaylight / config / yang-test / src / main / java / org / opendaylight / controller / config / yang / test / impl / NetconfTestImplModule.java
index 1cfbd0ec4aede94ee90f43f97ce45814824ce236..0bb3651535143acd52e653a52ef69df8457c8ee1 100644 (file)
@@ -9,6 +9,8 @@
  */
 package org.opendaylight.controller.config.yang.test.impl;
 
+import org.opendaylight.controller.config.api.ModuleIdentifier;
+
 /**
 *
 */
@@ -43,4 +45,5 @@ public final class NetconfTestImplModule
             }
         };
     }
+
 }