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