is -> has been

This commit is contained in:
Trustin Lee 2008-12-03 07:24:13 +00:00
parent a0a713309e
commit c15d930bef

View File

@ -25,8 +25,8 @@ package org.jboss.netty.channel;
/**
* A {@link ChannelHandler} that is notified when it is added to or removed
* from a {@link ChannelPipeline}. Please note that the methods of this
* handler is called only when the {@link ChannelPipeline} it belongs to is
* {@linkplain ChannelPipeline#attach(Channel, ChannelSink) attached}.
* handler is called only when the {@link ChannelPipeline} it belongs to has
* been {@linkplain ChannelPipeline#attach(Channel, ChannelSink) attached}.
*
* @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com)