Skip to content

Commit 9125e28

Browse files
committed
[CODEC-268] Deprecate the NULL_HASHCODE.
1 parent 6d544a5 commit 9125e28

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@
5353
public final class MurmurHash3 {
5454
/**
5555
* A random number to use for a hash code.
56+
*
57+
* @deprecated This is not used internally and will be removed in a future release.
5658
*/
59+
@Deprecated
5760
public static final long NULL_HASHCODE = 2862933555777941757L;
5861

5962
/**

0 commit comments

Comments
 (0)