Skip to content

Commit 220e990

Browse files
Coder-256luben
authored andcommitted
Make SequenceProducer interface visible
1 parent 51a3c5a commit 220e990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/luben/zstd/AbstractSequenceProducer.java renamed to src/main/java/com/github/luben/zstd/SequenceProducer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* SequenceProducer must be provided by the user. To use, SequenceProducer should
66
* be passed to `ZstdCompressCtx.registerSequenceProducer()`.
77
*/
8-
interface SequenceProducer {
8+
public interface SequenceProducer {
99
/**
1010
* Returns a function pointer of type `ZSTD_sequenceProducer_F` that will be
1111
* passed to zstd as the `sequenceProducer` function. The returned pointer

0 commit comments

Comments
 (0)