Documentation fix

This commit is contained in:
Trustin Lee 2010-02-19 05:13:48 +00:00
parent baf0978709
commit de8671df93

View File

@ -63,8 +63,8 @@ public interface ChannelFutureListener extends EventListener {
* Invoked when the I/O operation associated with the {@link ChannelFuture} * Invoked when the I/O operation associated with the {@link ChannelFuture}
* has been completed. * has been completed.
* *
* @param future The source {@link ChannelFuture} which called this * @param future the source {@link ChannelFuture} which called this
* callback. * callback
*/ */
void operationComplete(ChannelFuture future) throws Exception; void operationComplete(ChannelFuture future) throws Exception;
} }