Move NetconfMessage into netconf.api.messages
[netconf.git] / protocol / netconf-server / src / test / java / org / opendaylight / netconf / server / ExiEncodeDecodeTest.java
index 12ef9ea7f7be159bcb54b932d00e765440204a1e..e190d56d4851c75f540b4d0d321e6716413c66f6 100644 (file)
@@ -10,7 +10,7 @@ package org.opendaylight.netconf.server;
 import static org.junit.Assert.assertNotNull;
 
 import org.junit.Test;
-import org.opendaylight.netconf.api.NetconfMessage;
+import org.opendaylight.netconf.api.messages.NetconfMessage;
 import org.opendaylight.netconf.test.util.XmlFileLoader;
 
 public class ExiEncodeDecodeTest {