File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
msgpack-core/src/main/java/org/msgpack/core Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ private static int utf8MultibyteCharacterSize(byte firstByte)
342
342
}
343
343
344
344
/**
345
- * Returns true true if this unpacker has more elements.
345
+ * Returns true if this unpacker has more elements.
346
346
* When this returns true, subsequent call to {@link #getNextFormat()} returns an
347
347
* MessageFormat instance. If false, next {@link #getNextFormat()} call will throw an MessageInsufficientBufferException.
348
348
*
@@ -759,7 +759,7 @@ public void unpackNil()
759
759
/**
760
760
* Peeks a Nil byte and reads it if next byte is a nil value.
761
761
*
762
- * The difference from {@link unpackNil} is that unpackNil throws an exception if the next byte is not nil value
762
+ * The difference from {@link # unpackNil() } is that unpackNil throws an exception if the next byte is not nil value
763
763
* while this tryUnpackNil method returns false without changing position.
764
764
*
765
765
* @return true if a nil value is read
You can’t perform that action at this time.
0 commit comments