Fix checkstyle

This commit is contained in:
Trustin Lee 2012-12-17 18:28:31 +09:00
parent a8f5efdb26
commit 8b82ff5ce0

View File

@ -22,7 +22,7 @@ import io.netty.buffer.Buf;
*/ */
public interface ChannelInboundHandler extends ChannelStateHandler { public interface ChannelInboundHandler extends ChannelStateHandler {
/** /**
* Return the {@link io.netty.buffer.Buf} which will be used for inbound data for the given {@link ChannelHandlerContext}. * Return the {@link Buf} which will be used for inbound data for the given {@link ChannelHandlerContext}.
*/ */
Buf newInboundBuffer(ChannelHandlerContext ctx) throws Exception; Buf newInboundBuffer(ChannelHandlerContext ctx) throws Exception;