From e489f2e0edcf6d0cfae4e2ab8fa833b4ecfef7b6 Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Thu, 23 Apr 2009 11:57:16 +0000 Subject: [PATCH] REphrasing --- .../org/jboss/netty/channel/group/ChannelGroupFuture.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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