This commit is contained in:
Trustin Lee 2009-12-29 01:34:00 +00:00
parent 437cc0211c
commit 0314234a41

View File

@ -110,7 +110,7 @@ import org.jboss.netty.handler.execution.ExecutionHandler;
*
* @apiviz.owns org.jboss.netty.channel.group.ChannelGroupFutureListener - - notifies
*/
public interface ChannelGroupFuture extends Iterable<ChannelFuture>{
public interface ChannelGroupFuture extends Iterable<ChannelFuture> {
/**
* Returns the {@link ChannelGroup} which is associated with this future.