diff --git a/src/java/net/jpountz/lz4/LZ4BlockInputStream.java b/src/java/net/jpountz/lz4/LZ4BlockInputStream.java index eff16421..41e043a5 100644 --- a/src/java/net/jpountz/lz4/LZ4BlockInputStream.java +++ b/src/java/net/jpountz/lz4/LZ4BlockInputStream.java @@ -411,6 +411,7 @@ public Builder withDecompressor(LZ4SafeDecompressor safeDecompressor) { /** * Registers {@link Checksum} to be used by the builder + *

Note: Since checksum objects are stateful, if you set one explicitly here, the builder can only be used once. * * @param checksum the {@link Checksum} instance to use, must be * equivalent to the instance which has been used to