Shortened the first statement of ChannelHandler description

This commit is contained in:
Trustin Lee 2008-09-01 14:34:56 +00:00
parent 3e3162da1a
commit 47d141ed91

View File

@ -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