Skip to content

Commit 4164438

Browse files
committed
Make MessagePackParser(MessageBufferInput, Object, ...) constructor public
1 parent e2f93eb commit 4164438

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public MessagePackParser(
9393
this(readCtxt, ioCtxt, streamReadFeatures, new ArrayBufferInput(bytes), bytes, reuseResourceInParser);
9494
}
9595

96-
MessagePackParser(ObjectReadContext readCtxt,
96+
public MessagePackParser(ObjectReadContext readCtxt,
9797
IOContext ioCtxt,
9898
int streamReadFeatures,
9999
MessageBufferInput input,

0 commit comments

Comments
 (0)