Move NetconfHelloMessage to netconf-api
[netconf.git] / opendaylight / netconf / netconf-netty-util / src / test / java / org / opendaylight / netconf / nettyutil / handler / NetconfXMLToHelloMessageDecoderTest.java
index 8c73c4dad9e4f2c8cdbe95686898a8bce03c87cb..9ee511ace0356178c4719baaf76bbfba9784cb0a 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.netconf.util.messages.NetconfHelloMessage;
+import org.opendaylight.netconf.api.messages.NetconfHelloMessage;
 
 public class NetconfXMLToHelloMessageDecoderTest {