Merge "Bug 8153: Enforce check-style rules for netconf - client."
[netconf.git] / netconf / netconf-ssh / src / test / java / org / opendaylight / netconf / netty / EchoServerHandler.java
index 38634280ffd8ca5f506c01c0abffab5c5e84e464..632d207ea7e76a61438027089432be8503a90cb6 100644 (file)
@@ -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");