Rename netconf-util packages to org.opendaylight.netconf
[netconf.git] / opendaylight / netconf / netconf-netty-util / src / test / java / org / opendaylight / netconf / nettyutil / handler / NetconfXMLToHelloMessageDecoderTest.java
index f15a18410b5070cde5b476eeb54ded5f18deaff3..8c73c4dad9e4f2c8cdbe95686898a8bce03c87cb 100644 (file)
@@ -21,7 +21,7 @@ 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.netconf.util.messages.NetconfHelloMessage;
 
 public class NetconfXMLToHelloMessageDecoderTest {