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 8a334b9 commit f9b8dc0
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 f9b8dc0

Please sign in to comment.