Skip to content

Commit c143cee

Browse files
committed
Javadoc formatting.
1 parent ae6c7c4 commit c143cee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/apache/commons/codec/digest/MurmurHash3.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,8 +436,8 @@ public static int hash32x86(final byte[] data, final int offset, final int lengt
436436
* int offset = 0;
437437
* int seed = 104729;
438438
* long hash = MurmurHash3.hash64(ByteBuffer.allocate(8)
439-
* .putLong(data)
440-
* .array(), offset, 8, seed);
439+
* .putLong(data)
440+
* .array(), offset, 8, seed);
441441
* <pre>
442442
*
443443
* @param data The long to hash

0 commit comments

Comments
 (0)