Checkstyle

This commit is contained in:
Trustin Lee 2014-06-26 17:48:11 +09:00
parent 5f889d92a1
commit 937f790f70

View File

@ -276,7 +276,7 @@ public class Bzip2Decoder extends ByteToMessageDecoder {
if (!decoded) {
return;
}
final int blockLength = blockDecompressor.blockLength();
final ByteBuf uncompressed = ctx.alloc().buffer(blockLength);
boolean success = false;