Tighten up generics on ServerBootstrap again as it was fixed in UDT
This commit is contained in:
parent
82f876f7db
commit
eeab6767db
@ -43,7 +43,7 @@ import java.util.Map.Entry;
|
||||
* {@link Bootstrap} sub-class which allows easy bootstrap of {@link ServerChannel}
|
||||
*
|
||||
*/
|
||||
public final class ServerBootstrap extends AbstractBootstrap<ServerBootstrap, Channel> {
|
||||
public final class ServerBootstrap extends AbstractBootstrap<ServerBootstrap, ServerChannel> {
|
||||
|
||||
private static final InternalLogger logger = InternalLoggerFactory.getInstance(ServerBootstrap.class);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user