Skip to content

Commit f58ac3e

Browse files
committed
changed @SInCE annotation within MessagePack#read(byte[], int, int, Class): 0.6.0 to 0.6.8
1 parent 499a9f4 commit f58ac3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/msgpack/MessagePack.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ public <T> T read(byte[] bytes, T v) throws IOException {
343343
/**
344344
* Deserializes byte array to object.
345345
*
346-
* @since 0.6.0
346+
* @since 0.6.8
347347
* @param bytes
348348
* input byte array
349349
* @param v

0 commit comments

Comments
 (0)