This commit is contained in:
Jean-Rémi Desjardins 2015-06-01 17:20:14 -07:00 committed by Norman Maurer
parent a17e1c89b6
commit 1f3e6be32b

View File

@ -71,7 +71,7 @@ public abstract class AbstractBootstrap<B extends AbstractBootstrap<B, C>, C ext
} }
/** /**
* The {@link EventLoopGroup} which is used to handle all the events for the to-be-creates * The {@link EventLoopGroup} which is used to handle all the events for the to-be-created
* {@link Channel} * {@link Channel}
*/ */
@SuppressWarnings("unchecked") @SuppressWarnings("unchecked")