We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dfb4e5 commit ca27bd3Copy full SHA for ca27bd3
src/main/java/org/apache/commons/codec/digest/MurmurHash3.java
@@ -42,7 +42,7 @@
42
* code." </blockquote>
43
*
44
* <p>
45
- * Original adaption from <a href=https://hive.apache.org/">Apache Hive</a>.
+ * Original adaption from <a href=https://hive.apache.org/">Apache Hive</a>.
46
* That adaption contains a {@code hash64} method that is not part of the original
47
* MurmurHash3 code. It is not recommended to use these methods. They will be removed in a future release. To obtain a
48
* 64-bit hash use half of the bits from the {@code hash128x64} methods using the input data converted to bytes.
0 commit comments