Checkstyle
This commit is contained in:
parent
bab50a9777
commit
07a1983f27
@ -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