Move msgpack value classes to another project msgpack-value by dmikurube · Pull Request #571 · msgpack/msgpack-java · GitHub
Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 25 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* usually needs to copy contents of the buffer.
*/
public class MessageBufferPacker
extends MessagePacker
extends MessagePackerImpl
{
protected MessageBufferPacker(MessagePack.PackerConfig config)
{
Expand Down
141 changes: 72 additions & 69 deletions msgpack-core/src/main/java/org/msgpack/core/MessagePack.java
Loading