From 07cca45ad464f6161543fb0a6340fad8e38b5bcb Mon Sep 17 00:00:00 2001 From: lrhodes Date: Mon, 3 Dec 2018 16:30:14 -0800 Subject: [PATCH] Correct javadoc parameter name. --- src/main/java/com/yahoo/memory/XxHash64.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/yahoo/memory/XxHash64.java b/src/main/java/com/yahoo/memory/XxHash64.java index 8a2c017e..5e1d9c6c 100644 --- a/src/main/java/com/yahoo/memory/XxHash64.java +++ b/src/main/java/com/yahoo/memory/XxHash64.java @@ -37,7 +37,7 @@ class XxHash64 { * Returns the 64-bit hash of the sequence of bytes in the unsafeObject specified by * cumOffsetBytes, lengthBytes and a seed. * - * @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,