Fix checkstyle error introduced by 52cb55d388

This commit is contained in:
Norman Maurer 2014-07-10 07:12:21 +02:00
parent 17280116c4
commit 81126ab429

View File

@ -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++) {