File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/main/java/org/apache/commons/codec/digest Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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">
You can’t perform that action at this time.
0 commit comments