fix grammar in javadoc
Signed-off-by: radai-rosenblatt <radai.rosenblatt@gmail.com>
This commit is contained in:
parent
3fb1b992ef
commit
b1d4b2af1c
@ -126,7 +126,7 @@ public abstract class AbstractBootstrap<B extends AbstractBootstrap<B, C>, C ext
|
||||
* {@link io.netty.channel.ChannelFactory} which is used to create {@link Channel} instances from
|
||||
* when calling {@link #bind()}. This method is usually only used if {@link #channel(Class)}
|
||||
* is not working for you because of some more complex needs. If your {@link Channel} implementation
|
||||
* has a no-args constructor, its highly recommend to just use {@link #channel(Class)} for
|
||||
* has a no-args constructor, its highly recommend to just use {@link #channel(Class)} to
|
||||
* simplify your code.
|
||||
*/
|
||||
@SuppressWarnings({ "unchecked", "deprecation" })
|
||||
|
Loading…
Reference in New Issue
Block a user