Rename netconf-api packages to org.opendaylight.netconf
[netconf.git] / opendaylight / netconf / netconf-impl / src / test / java / org / opendaylight / controller / netconf / impl / MessageParserTest.java
index abf2ad862f779cb5651f200fb484138482bbb5c0..984ad1b5a97e36e4f056933d91c79bd26b9d5d89 100644 (file)
@@ -21,7 +21,7 @@ import io.netty.channel.embedded.EmbeddedChannel;
 import java.util.Queue;
 import org.junit.Before;
 import org.junit.Test;
-import org.opendaylight.controller.netconf.api.NetconfMessage;
+import org.opendaylight.netconf.api.NetconfMessage;
 import org.opendaylight.controller.netconf.nettyutil.handler.ChunkedFramingMechanismEncoder;
 import org.opendaylight.controller.netconf.nettyutil.handler.FramingMechanismHandlerFactory;
 import org.opendaylight.controller.netconf.nettyutil.handler.NetconfChunkAggregator;