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 / TestImplModule.java
index bc5f1bb67cfceade8634397c794aa1180f25755b..dfd9ebc021bfa62fef45dc4fb28e5dfc5678b2b3 100644 (file)
@@ -9,6 +9,7 @@
  */
 package org.opendaylight.controller.config.yang.test.impl;
 
+
 /**
 *
 */
@@ -43,4 +44,5 @@ public final class TestImplModule
             }
         };
     }
+
 }