X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=netconf%2Fnetconf-ssh%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fnetconf%2Fssh%2FSshProxyServerConfigurationBuilder.java;h=14b00b462d93c6942f413fc4551f16e7cf832117;hb=f990725f60462f42859c1691a2a1194a585b48ab;hp=4b7f43292762fa2f40d49f99c2436c36b42499dc;hpb=87082c4351ffa19202f4368f3341974ca3bade1d;p=netconf.git diff --git a/netconf/netconf-ssh/src/main/java/org/opendaylight/netconf/ssh/SshProxyServerConfigurationBuilder.java b/netconf/netconf-ssh/src/main/java/org/opendaylight/netconf/ssh/SshProxyServerConfigurationBuilder.java index 4b7f432927..14b00b462d 100644 --- a/netconf/netconf-ssh/src/main/java/org/opendaylight/netconf/ssh/SshProxyServerConfigurationBuilder.java +++ b/netconf/netconf-ssh/src/main/java/org/opendaylight/netconf/ssh/SshProxyServerConfigurationBuilder.java @@ -10,7 +10,7 @@ package org.opendaylight.netconf.ssh; import io.netty.channel.local.LocalAddress; import java.net.InetSocketAddress; -import org.apache.sshd.common.keyprovider.KeyPairProvider; +import org.apache.sshd.common.KeyPairProvider; import org.opendaylight.netconf.auth.AuthProvider; public final class SshProxyServerConfigurationBuilder {