Tighten up generics on ServerBootstrap again as it was fixed in UDT

This commit is contained in:
Norman Maurer 2013-01-30 21:38:15 +01:00
parent 82f876f7db
commit eeab6767db

View File

@ -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);