Shortened the first statement of ChannelHandler description
This commit is contained in:
parent
3e3162da1a
commit
47d141ed91
@ -23,8 +23,8 @@
|
|||||||
package org.jboss.netty.channel;
|
package org.jboss.netty.channel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Handles or intercepts a {@link ChannelEvent}, and fires a new, modified, or
|
* Handles or intercepts a {@link ChannelEvent}, and fires a
|
||||||
* existing {@link ChannelEvent} to the next handler in a {@link ChannelPipeline}.
|
* {@link ChannelEvent} to the next handler in a {@link ChannelPipeline}.
|
||||||
* <p>
|
* <p>
|
||||||
* This is a tag interface. There are two sub-interfaces which processes
|
* This is a tag interface. There are two sub-interfaces which processes
|
||||||
* a received event actually, one for upstream events and the other for
|
* a received event actually, one for upstream events and the other for
|
||||||
|
Loading…
Reference in New Issue
Block a user