Skip to content

Commit 7ce9036

Browse files
committed
Tweaks.
1 parent 10f0556 commit 7ce9036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,5 +179,5 @@ byte[][] compressedData = new byte[100000000][]; // Storage for a max of 100 mil
179179
// ...
180180
ManagedBulkCompressor managed = new ManagedBulkCompressor(compressor, compressedData);
181181
// ...loop...
182-
managed.compressAndAddAll(batch); // batch is the list of strings to be compressed.
182+
managed.compressAndAddAll(batch); // batch is the list of strings/bytes to be compressed.
183183
```

0 commit comments

Comments
 (0)