Rename netconf-impl packages to org.opendaylight.netconf
[netconf.git] / opendaylight / netconf / netconf-impl / src / test / java / org / opendaylight / netconf / impl / mapping / operations / DefaultStopExiTest.java
@@ -6,7 +6,7 @@
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
 
-package org.opendaylight.controller.netconf.impl.mapping.operations;
+package org.opendaylight.netconf.impl.mapping.operations;
 
 import static org.junit.Assert.assertNotNull;
 import static org.mockito.Mockito.any;
@@ -22,7 +22,7 @@ import io.netty.channel.ChannelPipeline;
 import org.junit.Test;
 import org.opendaylight.controller.config.util.xml.XmlElement;
 import org.opendaylight.controller.config.util.xml.XmlUtil;
-import org.opendaylight.controller.netconf.impl.NetconfServerSession;
+import org.opendaylight.netconf.impl.NetconfServerSession;
 import org.w3c.dom.Document;
 
 public class DefaultStopExiTest {