BAEL-2715: Modified tests and configurations
This commit is contained in:
parent
e813a0e64d
commit
ddcc496468
|
@ -31,8 +31,6 @@ public class CustomNettyWebServerFactory {
|
||||||
.tcpConfiguration(tcpServer -> tcpServer.bootstrap(
|
.tcpConfiguration(tcpServer -> tcpServer.bootstrap(
|
||||||
serverBootstrap -> serverBootstrap.group(parentGroup, childGroup).channel(NioServerSocketChannel.class)
|
serverBootstrap -> serverBootstrap.group(parentGroup, childGroup).channel(NioServerSocketChannel.class)
|
||||||
));
|
));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue