Checkstyle
This commit is contained in:
parent
5f889d92a1
commit
937f790f70
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user