Move mdsal-binding-dom codec classes
[mdsal.git] / binding / mdsal-binding-test-utils / src / main / java / org / opendaylight / mdsal / binding / testutils / AugmentableExtension.java
index 675ac68e4a07235b7db0c96d708cc8a36b17ebe5..205ef8623e6bbdfd8aa1b2e11f187ea63e9cfc50 100644 (file)
@@ -12,7 +12,7 @@ import com.google.common.collect.ImmutableClassToInstanceMap;
 import java.lang.reflect.InvocationHandler;
 import java.lang.reflect.Proxy;
 import org.eclipse.xtext.xbase.lib.util.ReflectExtensions;
-import org.opendaylight.yangtools.binding.data.codec.util.AugmentationReader;
+import org.opendaylight.mdsal.binding.dom.codec.util.AugmentationReader;
 import org.opendaylight.yangtools.yang.binding.Augmentable;
 import org.opendaylight.yangtools.yang.binding.Augmentation;
 
@@ -27,7 +27,7 @@ import org.opendaylight.yangtools.yang.binding.Augmentation;
  *
  * @author Michael Vorburger
  */
-//package-local: no need to expose this, consider it an implementation detail; public API is the AssertDataObjects
+// package-local: no need to expose this, consider it an implementation detail; public API is the AssertDataObjects
 class AugmentableExtension {
 
     private static final ReflectExtensions REFLECT_EXTENSIONS = new ReflectExtensions();