Eliminate odl-netconf-tcp
[netconf.git] / apps / netconf-nb / src / main / java / org / opendaylight / netconf / northbound / NetconfNorthboundTcpServer.java
similarity index 98%
rename from netconf/mdsal-netconf-tcp/src/main/java/org/opendaylight/netconf/tcp/NetconfNorthboundTcpServer.java
rename to apps/netconf-nb/src/main/java/org/opendaylight/netconf/northbound/NetconfNorthboundTcpServer.java
index b1fe4a48d2846c7ecdbc86d5a9273cb5969baca7..392c922684359050890ddea282b4da16de97aa2b 100644 (file)
@@ -5,7 +5,7 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-package org.opendaylight.netconf.tcp;
+package org.opendaylight.netconf.northbound;
 
 import io.netty.channel.ChannelFuture;
 import java.net.InetSocketAddress;