Small typos fixes in Channel's Javadoc

This commit is contained in:
Pierre DAL-PRA 2015-03-20 16:42:40 +01:00 committed by Norman Maurer
parent 8e04d706de
commit 2ebf07e622

View File

@ -85,7 +85,7 @@ public interface Channel extends AttributeMap, Comparable<Channel> {
ChannelId id();
/**
* Return the {@link EventLoop} this {@link Channel} was registered too.
* Return the {@link EventLoop} this {@link Channel} was registered to.
*/
EventLoop eventLoop();
@ -103,7 +103,7 @@ public interface Channel extends AttributeMap, Comparable<Channel> {
ChannelConfig config();
/**
* Returns {@code true} if the {@link Channel} is open an may get active later
* Returns {@code true} if the {@link Channel} is open and may get active later
*/
boolean isOpen();
@ -169,7 +169,7 @@ public interface Channel extends AttributeMap, Comparable<Channel> {
Unsafe unsafe();
/**
* Return the assigned {@link ChannelPipeline}
* Return the assigned {@link ChannelPipeline}.
*/
ChannelPipeline pipeline();
@ -184,7 +184,7 @@ public interface Channel extends AttributeMap, Comparable<Channel> {
ChannelPromise newPromise();
/**
* Return an new {@link ChannelProgressivePromise}
* Return an new {@link ChannelProgressivePromise}.
*/
ChannelProgressivePromise newProgressivePromise();