Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -546,9 +546,9 @@ static short getShort(ByteBuffer value) {
}

/**
* Similar to getLong(), but for the types: Type.BYTE, SHORT.
* Similar to getLong(), but for the type: Type.BYTE.
* @param value The Variant value
* @return The short value
* @return The byte value
*/
static byte getByte(ByteBuffer value) {
checkIndex(value.position(), value.limit());
Expand Down