Skip to content

Commit

Permalink
Fix declaration bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambud Sharma committed Oct 4, 2022
1 parent 8461abd commit 7aa9c6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public enum Compression {
ZSTD(2, 0,
is -> new ZstdInputStreamNoFinalizer(is, RecyclingBufferPool.INSTANCE),
os -> new ZstdOutputStreamNoFinalizer(os, RecyclingBufferPool.INSTANCE)
)));
);

public byte id;
public int minBufferSize;
Expand Down

0 comments on commit 7aa9c6f

Please sign in to comment.