Fixed ServerBootstrap#group(EventLoopGroup, EventLoopGroup) javadoc
This commit is contained in:
parent
b8d26d1da3
commit
4b83eee133
@ -75,7 +75,7 @@ public class ServerBootstrap extends AbstractBootstrap<ServerBootstrap, ServerCh
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the {@link EventLoopGroup} for the parent (acceptor) and the child (client). These
|
* Set the {@link EventLoopGroup} for the parent (acceptor) and the child (client). These
|
||||||
* {@link EventLoopGroup}'s are used to handle all the events and IO for {@link SocketChannel} and
|
* {@link EventLoopGroup}'s are used to handle all the events and IO for {@link ServerChannel} and
|
||||||
* {@link Channel}'s.
|
* {@link Channel}'s.
|
||||||
*/
|
*/
|
||||||
public ServerBootstrap group(EventLoopGroup parentGroup, EventLoopGroup childGroup) {
|
public ServerBootstrap group(EventLoopGroup parentGroup, EventLoopGroup childGroup) {
|
||||||
|
Loading…
Reference in New Issue
Block a user