Decouple config and netconf subsystems.
[controller.git] / opendaylight / netconf / netconf-netty-util / src / test / java / org / opendaylight / controller / netconf / nettyutil / handler / exi / EXIParametersTest.java
index 70186f39a45b71fcb0c2e472c71862c97ce174c8..5d1f009b301031e4ea1eee7748319341032f1d87 100644 (file)
@@ -14,8 +14,8 @@ import java.util.Arrays;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 import org.junit.runners.Parameterized;
-import org.opendaylight.controller.netconf.util.xml.XmlElement;
-import org.opendaylight.controller.netconf.util.xml.XmlUtil;
+import org.opendaylight.controller.config.util.xml.XmlElement;
+import org.opendaylight.controller.config.util.xml.XmlUtil;
 import org.openexi.proc.common.AlignmentType;
 import org.openexi.proc.common.EXIOptions;