REphrasing
This commit is contained in:
parent
7bdc627b8e
commit
e489f2e0ed
@ -34,8 +34,8 @@ import org.jboss.netty.handler.execution.ExecutionHandler;
|
|||||||
/**
|
/**
|
||||||
* The result of an asynchronous {@link ChannelGroup} operation.
|
* The result of an asynchronous {@link ChannelGroup} operation.
|
||||||
* {@link ChannelGroupFuture} is composed of {@link ChannelFuture}s which
|
* {@link ChannelGroupFuture} is composed of {@link ChannelFuture}s which
|
||||||
* represent the outcome of the individual I/O operations on the
|
* represent the outcome of the individual I/O operations that affect the
|
||||||
* {@link Channel}s that belong to the {@link ChannelGroup}.
|
* {@link Channel}s in the {@link ChannelGroup}.
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* All I/O operations in {@link ChannelGroup} are asynchronous. It means any
|
* All I/O operations in {@link ChannelGroup} are asynchronous. It means any
|
||||||
|
Loading…
Reference in New Issue
Block a user