Skip to content

Commit

Permalink
Correct javadoc parameter name.
Browse files Browse the repository at this point in the history
  • Loading branch information
leerho committed Dec 4, 2018
1 parent aabaced commit 07cca45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/yahoo/memory/XxHash64.java
Expand Up @@ -37,7 +37,7 @@ class XxHash64 {
* Returns the 64-bit hash of the sequence of bytes in the unsafeObject specified by
* <i>cumOffsetBytes</i>, <i>lengthBytes</i> and a <i>seed</i>.
*
* @param unsafeObject A reference to the object parameter required by unsafe.
* @param unsafeObj A reference to the object parameter required by unsafe.
* @param cumOffsetBytes cumulative offset in bytes of this object from the backing resource
* including any user given offsetBytes. This offset may also include other offset components
* such as the native off-heap memory address, DirectByteBuffer split offsets, region offsets,
Expand Down

0 comments on commit 07cca45

Please sign in to comment.