Fix checkstyle

This commit is contained in:
norman 2012-07-04 15:27:10 +02:00
parent 1784283d29
commit a7a4081e70

View File

@ -272,7 +272,7 @@ public abstract class HttpMessageDecoder extends ReplayingDecoder<Object, HttpMe
assert chunkSize <= Integer.MAX_VALUE;
int chunkSize = (int) this.chunkSize;
int readLimit = actualReadableBytes();
// Check if the buffer is readable first as we use the readable byte count
// to create the HttpChunk. This is needed as otherwise we may end up with
// create a HttpChunk instance that contains an empty buffer and so is