Decouple config and netconf subsystems.
[controller.git] / opendaylight / netconf / netconf-netty-util / src / test / java / org / opendaylight / controller / netconf / nettyutil / handler / NetconfXMLToHelloMessageDecoderTest.java
index ac6370685a06f600da72a5e0e362a7010c1d1bd3..43f31e69d702341cc26d0962fef0663e8f761247 100644 (file)
@@ -20,8 +20,8 @@ import io.netty.buffer.Unpooled;
 import java.util.List;
 import org.hamcrest.CoreMatchers;
 import org.junit.Test;
+import org.opendaylight.controller.config.util.xml.XmlUtil;
 import org.opendaylight.controller.netconf.util.messages.NetconfHelloMessage;
-import org.opendaylight.controller.netconf.util.xml.XmlUtil;
 
 public class NetconfXMLToHelloMessageDecoderTest {