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}
* has been completed.
*
* @param future The source {@link ChannelFuture} which called this
* callback.
* @param future the source {@link ChannelFuture} which called this
* callback
*/
void operationComplete(ChannelFuture future) throws Exception;
}