Skip to content

Commit c016dac

Browse files
committed
Javadoc
1 parent aa081fb commit c016dac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import org.apache.commons.codec.binary.StringUtils;
2121

2222
/**
23-
* Implementation of the MurmurHash2 32-bit and 64-bit hash functions.
23+
* Implements the MurmurHash2 32-bit and 64-bit hash functions.
2424
*
2525
* <p>MurmurHash is a non-cryptographic hash function suitable for general
2626
* hash-based lookup. The name comes from two basic operations, multiply (MU)

0 commit comments

Comments
 (0)