Move NetconfMessage into netconf.api.messages
[netconf.git] / protocol / netconf-server / src / test / java / org / opendaylight / netconf / server / MessageParserTest.java
index 665bbe68c4174896fc279442a9c822548ff87f03..798094459f800504491f927c6fbe2bb4bbcef612 100644 (file)
@@ -21,8 +21,8 @@ import java.util.Queue;
 import org.custommonkey.xmlunit.XMLUnit;
 import org.junit.Before;
 import org.junit.Test;
-import org.opendaylight.netconf.api.NetconfMessage;
 import org.opendaylight.netconf.api.messages.FramingMechanism;
+import org.opendaylight.netconf.api.messages.NetconfMessage;
 import org.opendaylight.netconf.nettyutil.handler.ChunkedFramingMechanismEncoder;
 import org.opendaylight.netconf.nettyutil.handler.FramingMechanismHandlerFactory;
 import org.opendaylight.netconf.nettyutil.handler.NetconfChunkAggregator;