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 / DepTestImplModule.java
index 4b37aa1fe5fc88dce7f49ecfb9e0cf381b0fcaf1..a47e0a1a3e1c2f6911ada21ec0e4ebb5ca11b348 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 DepTestImplModule
             }
         };
     }
+
 }