Skip to content

Commit ca27bd3

Browse files
committed
Fix Checkstyle
1 parent 1dfb4e5 commit ca27bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* code." </blockquote>
4343
*
4444
* <p>
45-
* Original adaption from <a href=https://hive.apache.org/">Apache Hive</a>.
45+
* Original adaption from <a href=https://hive.apache.org/">Apache Hive</a>.
4646
* That adaption contains a {@code hash64} method that is not part of the original
4747
* MurmurHash3 code. It is not recommended to use these methods. They will be removed in a future release. To obtain a
4848
* 64-bit hash use half of the bits from the {@code hash128x64} methods using the input data converted to bytes.

0 commit comments

Comments
 (0)