We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d544a5 commit 9125e28Copy full SHA for 9125e28
1 file changed
src/main/java/org/apache/commons/codec/digest/MurmurHash3.java
@@ -53,7 +53,10 @@
53
public final class MurmurHash3 {
54
/**
55
* 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.
58
*/
59
+ @Deprecated
60
public static final long NULL_HASHCODE = 2862933555777941757L;
61
62
0 commit comments