Move NetconfHelloMessage to netconf-api
[netconf.git] / opendaylight / netconf / netconf-client / src / test / java / org / opendaylight / netconf / client / SimpleNetconfClientSessionListenerTest.java
index 0bc9b04d8ce337e082fedc4f7e488afa3baa74fc..32e5dbe43aa22cccc7d28a85934805bb19ca8613 100644 (file)
@@ -29,7 +29,7 @@ import org.junit.Test;
 import org.mockito.internal.util.collections.Sets;
 import org.mockito.invocation.InvocationOnMock;
 import org.mockito.stubbing.Answer;
-import org.opendaylight.netconf.util.messages.NetconfHelloMessage;
+import org.opendaylight.netconf.api.messages.NetconfHelloMessage;
 import org.opendaylight.netconf.api.NetconfMessage;
 
 public class SimpleNetconfClientSessionListenerTest {