diff --git a/src/main/java/org/jboss/netty/channel/group/ChannelGroupFuture.java b/src/main/java/org/jboss/netty/channel/group/ChannelGroupFuture.java index 8d170e5375..13418a95dd 100644 --- a/src/main/java/org/jboss/netty/channel/group/ChannelGroupFuture.java +++ b/src/main/java/org/jboss/netty/channel/group/ChannelGroupFuture.java @@ -34,8 +34,8 @@ import org.jboss.netty.handler.execution.ExecutionHandler; /** * The result of an asynchronous {@link ChannelGroup} operation. * {@link ChannelGroupFuture} is composed of {@link ChannelFuture}s which - * represent the outcome of the individual I/O operations on the - * {@link Channel}s that belong to the {@link ChannelGroup}. + * represent the outcome of the individual I/O operations that affect the + * {@link Channel}s in the {@link ChannelGroup}. * *
* All I/O operations in {@link ChannelGroup} are asynchronous. It means any