Fix checkstyle
This commit is contained in:
parent
e28594952b
commit
473af5c98e
@ -51,8 +51,8 @@ public class NioSocketChannelTest {
|
||||
@Override
|
||||
public void channelActive(ChannelHandlerContext ctx) throws Exception {
|
||||
// Write a large enough data so that it is split into two loops.
|
||||
futures.add(
|
||||
ctx.write(ctx.alloc().buffer().writeZero(1048576)).addListener(ChannelFutureListener.CLOSE));
|
||||
futures.add(ctx.write(
|
||||
ctx.alloc().buffer().writeZero(1048576)).addListener(ChannelFutureListener.CLOSE));
|
||||
futures.add(ctx.write(ctx.alloc().buffer().writeZero(1048576)));
|
||||
ctx.flush();
|
||||
futures.add(ctx.write(ctx.alloc().buffer().writeZero(1048576)));
|
||||
|
Loading…
Reference in New Issue
Block a user