X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fnetconf-impl%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fnetconf%2Fimpl%2FNetconfServerSessionNegotiatorTest.java;h=c5d5bede367da93dd7f64a5c44fb278ed2029431;hb=cccc148d3cd2b5a2a7c86da2e74f2ea43fa00b93;hp=c16046c64236b098bb3f98e9353db89e796abd00;hpb=c22efb3a8955c6562f95915b69fbdbf1ff4e4f11;p=controller.git diff --git a/opendaylight/netconf/netconf-impl/src/test/java/org/opendaylight/controller/netconf/impl/NetconfServerSessionNegotiatorTest.java b/opendaylight/netconf/netconf-impl/src/test/java/org/opendaylight/controller/netconf/impl/NetconfServerSessionNegotiatorTest.java index c16046c642..c5d5bede36 100644 --- a/opendaylight/netconf/netconf-impl/src/test/java/org/opendaylight/controller/netconf/impl/NetconfServerSessionNegotiatorTest.java +++ b/opendaylight/netconf/netconf-impl/src/test/java/org/opendaylight/controller/netconf/impl/NetconfServerSessionNegotiatorTest.java @@ -1,14 +1,13 @@ package org.opendaylight.controller.netconf.impl; +import static org.junit.Assert.assertEquals; +import static org.junit.Assert.assertNotNull; + import io.netty.channel.local.LocalAddress; +import java.net.InetSocketAddress; import org.apache.sshd.common.SshdSocketAddress; import org.junit.Test; -import java.net.InetSocketAddress; - -import static org.junit.Assert.assertEquals; -import static org.junit.Assert.assertNotNull; - public class NetconfServerSessionNegotiatorTest { @Test