Skip to content

Commit

Permalink
Tidy comment
Browse files Browse the repository at this point in the history
  • Loading branch information
apurtell committed Apr 18, 2022
1 parent 49f5818 commit 2198939
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ public int compress(byte[] b, int off, int len) throws IOException {
return n;
}
// We don't actually begin compression until our caller calls finish().
// The aircompressor compressors operate over a range of input in one shot.
if (finish) {
if (inBuf.position() > 0) {
inBuf.flip();
Expand Down

0 comments on commit 2198939

Please sign in to comment.