X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=netconf%2Fnetconf-ssh%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fnetconf%2Fnetty%2FEchoServerHandler.java;h=632d207ea7e76a61438027089432be8503a90cb6;hb=9cc422be10034f5f3cfa401fc20539c560aa7fe3;hp=38634280ffd8ca5f506c01c0abffab5c5e84e464;hpb=a942d22ab8fd0d4db74a44b47db852d0938339da;p=netconf.git diff --git a/netconf/netconf-ssh/src/test/java/org/opendaylight/netconf/netty/EchoServerHandler.java b/netconf/netconf-ssh/src/test/java/org/opendaylight/netconf/netty/EchoServerHandler.java index 38634280ff..632d207ea7 100644 --- a/netconf/netconf-ssh/src/test/java/org/opendaylight/netconf/netty/EchoServerHandler.java +++ b/netconf/netconf-ssh/src/test/java/org/opendaylight/netconf/netty/EchoServerHandler.java @@ -26,6 +26,7 @@ public class EchoServerHandler extends ChannelInboundHandlerAdapter { private static final Logger LOG = LoggerFactory.getLogger(EchoServerHandler.class); private String fromLastNewLine = ""; private final Splitter splitter = Splitter.onPattern("\r?\n"); + @Override public void channelActive(ChannelHandlerContext ctx) throws Exception { LOG.debug("sleep start");