Skip to content

Commit f9b8dc0

Browse files
committed
Tidy comment
1 parent 8a334b9 commit f9b8dc0

File tree

1 file changed

+0
-1
lines changed
  • hbase-compression/hbase-compression-brotli/src/main/java/org/apache/hadoop/hbase/io/compress/brotli

1 file changed

+0
-1
lines changed

hbase-compression/hbase-compression-brotli/src/main/java/org/apache/hadoop/hbase/io/compress/brotli/BrotliCompressor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ public int compress(byte[] b, int off, int len) throws IOException {
6969
return n;
7070
}
7171
// We don't actually begin compression until our caller calls finish().
72-
// The aircompressor compressors operate over a range of input in one shot.
7372
if (finish) {
7473
if (inBuf.position() > 0) {
7574
inBuf.flip();

0 commit comments

Comments
 (0)