Use the correct murmur3 C1 value
introduced in a7f7d9c8e004aa13801424e6e665b1ec525a822f
This commit is contained in:
parent
b8d3d96550
commit
c43e09da5a
@ -49,7 +49,7 @@ final class PlatformDependent0 {
|
||||
|
||||
// constants borrowed from murmur3
|
||||
static final int HASH_CODE_ASCII_SEED = 0xc2b2ae35;
|
||||
static final int HASH_CODE_C1 = 0x1b873593;
|
||||
static final int HASH_CODE_C1 = 0xcc9e2d51;
|
||||
static final int HASH_CODE_C2 = 0x1b873593;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user