Fix checkstyle error introduced by 52cb55d3887034df778575799fdd00f174495809
This commit is contained in:
parent
17280116c4
commit
81126ab429
@ -98,7 +98,6 @@ public class JsonObjectDecoder extends ByteToMessageDecoder {
|
|||||||
reset();
|
reset();
|
||||||
throw new TooLongFrameException(
|
throw new TooLongFrameException(
|
||||||
"object length exceeds " + maxObjectLength + ": " + wrtIdx + " bytes discarded");
|
"object length exceeds " + maxObjectLength + ": " + wrtIdx + " bytes discarded");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
for (/* use current idx */; idx < wrtIdx; idx++) {
|
for (/* use current idx */; idx < wrtIdx; idx++) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user