Skip to content

Commit 1b49f14

Browse files
committed
Make MessagePackParser(MessageBufferInput, ...) constructor public in msgpack-jackson
1 parent 4164438 commit 1b49f14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

msgpack-jackson/src/main/java/org/msgpack/jackson/dataformat/MessagePackParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public MessagePackParser(
9898
this(ctxt, features, new ArrayBufferInput(bytes), objectCodec, bytes, reuseResourceInParser);
9999
}
100100

101-
private MessagePackParser(IOContext ctxt,
101+
public MessagePackParser(IOContext ctxt,
102102
int features,
103103
MessageBufferInput input,
104104
ObjectCodec objectCodec,

0 commit comments

Comments
 (0)