Eliminate mdsal-netconf-ssh
[netconf.git] / apps / netconf-nb / src / test / java / org / opendaylight / netconf / northbound / ssh / EchoServer.java
similarity index 98%
rename from netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/ssh/EchoServer.java
rename to apps/netconf-nb/src/test/java/org/opendaylight/netconf/northbound/ssh/EchoServer.java
index 55711776cccaed8e930093b6cb23a39b8d8da294..eda1442599dabadc9eadad70d795034b09a8e50b 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.ssh;
+package org.opendaylight.netconf.northbound.ssh;
 
 import io.netty.bootstrap.ServerBootstrap;
 import io.netty.channel.ChannelFuture;