Relax ServerBootstrap type constraint to support UDT properly
This commit is contained in:
parent
05d16cd361
commit
33c9f3f1e5
@ -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, ServerChannel> {
|
||||
public final class ServerBootstrap extends AbstractBootstrap<ServerBootstrap, Channel> {
|
||||
|
||||
private static final InternalLogger logger = InternalLoggerFactory.getInstance(ServerBootstrap.class);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user