Fix more checkstyle errors
This commit is contained in:
parent
b1a156d3f2
commit
3def2e6598
@ -20,5 +20,5 @@ public final class SpdyConstants {
|
|||||||
public static final int SPDY_MIN_VERSION = 2;
|
public static final int SPDY_MIN_VERSION = 2;
|
||||||
public static final int SPDY_MAX_VERSION = 3;
|
public static final int SPDY_MAX_VERSION = 3;
|
||||||
|
|
||||||
private SpdyConstants() {}
|
private SpdyConstants() { }
|
||||||
}
|
}
|
||||||
|
@ -56,7 +56,7 @@ public class ObjectEchoClientHandler extends ChannelInboundMessageHandlerAdapter
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void messageReceived( ChannelInboundHandlerContext<List<Integer>> ctx, List<Integer> msg) throws Exception {
|
public void messageReceived(ChannelInboundHandlerContext<List<Integer>> ctx, List<Integer> msg) throws Exception {
|
||||||
// Echo back the received object to the client.
|
// Echo back the received object to the client.
|
||||||
ctx.write(msg);
|
ctx.write(msg);
|
||||||
}
|
}
|
||||||
|
@ -53,4 +53,4 @@ public class HexDumpProxyBackendHandler extends ChannelInboundStreamHandlerAdapt
|
|||||||
cause.printStackTrace();
|
cause.printStackTrace();
|
||||||
HexDumpProxyFrontendHandler.closeOnFlush(ctx.channel());
|
HexDumpProxyFrontendHandler.closeOnFlush(ctx.channel());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user