Fix checkstyle
This commit is contained in:
parent
a8f5efdb26
commit
8b82ff5ce0
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user