Rename netconf-api packages to org.opendaylight.netconf
[netconf.git] / opendaylight / netconf / netconf-ssh / src / main / java / org / opendaylight / controller / config / yang / netconf / northbound / ssh / NetconfNorthboundSshModule.java
index f17bc3ccebc017c85e314189db4dce05d09ac4ec..019000525ec902963097263e2cf025d97a3cfbdf 100644 (file)
@@ -11,7 +11,7 @@ import java.util.concurrent.Executors;
 import org.apache.sshd.server.PasswordAuthenticator;
 import org.apache.sshd.server.keyprovider.PEMGeneratorHostKeyProvider;
 import org.apache.sshd.server.session.ServerSession;
-import org.opendaylight.controller.netconf.api.NetconfServerDispatcher;
+import org.opendaylight.netconf.api.NetconfServerDispatcher;
 import org.opendaylight.controller.netconf.ssh.SshProxyServer;
 import org.opendaylight.controller.netconf.ssh.SshProxyServerConfigurationBuilder;
 import org.slf4j.Logger;