Skip to content

Commit fe23bcf

Browse files
committed
Javadoc
1 parent 8cbdc11 commit fe23bcf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,14 @@
4242
* code." </blockquote>
4343
*
4444
* <p>
45-
* Original adaption from Apache Hive. That adaption contains a {@code hash64} method that is not part of the original
45+
* 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
4647
* MurmurHash3 code. It is not recommended to use these methods. They will be removed in a future release. To obtain a
4748
* 64-bit hash use half of the bits from the {@code hash128x64} methods using the input data converted to bytes.
4849
* </p>
4950
*
5051
* @see <a href="https://en.wikipedia.org/wiki/MurmurHash">MurmurHash</a>
51-
* @see <a href="https://github.com/aappleby/smhasher/blob/master/src/MurmurHash3.cpp"> Original MurmurHash3 c++
52+
* @see <a href="https://github.com/aappleby/smhasher/blob/master/src/MurmurHash3.cpp"> Original MurmurHash3 C++
5253
* code</a>
5354
* @see <a href=
5455
* "https://github.com/apache/hive/blob/master/storage-api/src/java/org/apache/hive/common/util/Murmur3.java">

0 commit comments

Comments
 (0)