Hide SshIoService
[netconf.git] / transport / transport-ssh / src / main / java / org / opendaylight / netconf / transport / ssh / SshIoService.java
index 75a326dc5d44785ba13ab7b09f14df88d876caa2..dfb1d38040264c009017bc82df3f6a265955f54a 100644 (file)
@@ -13,9 +13,8 @@ import org.opendaylight.netconf.shaded.sshd.common.io.IoHandler;
 import org.opendaylight.netconf.shaded.sshd.netty.NettyIoService;
 import org.opendaylight.netconf.shaded.sshd.netty.NettyIoServiceFactory;
 
-public class SshIoService extends NettyIoService {
-
-    protected SshIoService(FactoryManager factoryManager, final ChannelGroup group, IoHandler handler) {
+final class SshIoService extends NettyIoService {
+    SshIoService(final FactoryManager factoryManager, final ChannelGroup group, final IoHandler handler) {
         super(new NettyIoServiceFactory(factoryManager, null), handler);
         channelGroup = group;
     }