is -> has been
This commit is contained in:
parent
a0a713309e
commit
c15d930bef
@ -25,8 +25,8 @@ package org.jboss.netty.channel;
|
|||||||
/**
|
/**
|
||||||
* A {@link ChannelHandler} that is notified when it is added to or removed
|
* A {@link ChannelHandler} that is notified when it is added to or removed
|
||||||
* from a {@link ChannelPipeline}. Please note that the methods of this
|
* from a {@link ChannelPipeline}. Please note that the methods of this
|
||||||
* handler is called only when the {@link ChannelPipeline} it belongs to is
|
* handler is called only when the {@link ChannelPipeline} it belongs to has
|
||||||
* {@linkplain ChannelPipeline#attach(Channel, ChannelSink) attached}.
|
* been {@linkplain ChannelPipeline#attach(Channel, ChannelSink) attached}.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author The Netty Project (netty-dev@lists.jboss.org)
|
||||||
* @author Trustin Lee (tlee@redhat.com)
|
* @author Trustin Lee (tlee@redhat.com)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user