Skip to content

Commit ed48b79

Browse files
committed
Corrected the code comment.
1 parent 64e8a12 commit ed48b79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/datasketches/hash/MurmurHash3.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ public static long[] hash(final byte[] key, final int offsetBytes, final int len
310310
/**
311311
* Hash the remaining bytes of the given ByteBuffer starting at position() ending at limit (exclusive).
312312
*
313-
* @param buf The input ByteBuffer. It must be non-null and non-empty and using Little Endian.
313+
* @param buf The input ByteBuffer. It must be non-null and non-empty.
314314
* @param seed A long valued seed.
315315
* @return a 128-bit hash of the input as a long array of size 2.
316316
*/

0 commit comments

Comments
 (0)