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;
|
||||
|
||||
/**
|
||||
* Handles or intercepts a {@link ChannelEvent}, and fires a new, modified, or
|
||||
* existing {@link ChannelEvent} to the next handler in a {@link ChannelPipeline}.
|
||||
* Handles or intercepts a {@link ChannelEvent}, and fires a
|
||||
* {@link ChannelEvent} to the next handler in a {@link ChannelPipeline}.
|
||||
* <p>
|
||||
* This is a tag interface. There are two sub-interfaces which processes
|
||||
* a received event actually, one for upstream events and the other for
|
||||
|
Loading…
Reference in New Issue
Block a user