Fix checkstyle

This commit is contained in:
Trustin Lee 2012-12-18 03:08:01 +09:00
parent e59ac8e79b
commit 949435d105

View File

@ -153,7 +153,6 @@ public interface ChannelOutboundInvoker {
*/ */
ChannelFuture write(Object message, ChannelFuture future); ChannelFuture write(Object message, ChannelFuture future);
/** /**
* Send a {@link FileRegion} via this ChannelOutboundInvoker and notify the {@link ChannelFuture} * Send a {@link FileRegion} via this ChannelOutboundInvoker and notify the {@link ChannelFuture}
* once the operation completes, either because the operation was successful or because of an error. * once the operation completes, either because the operation was successful or because of an error.