Use the correct murmur3 C1 value

introduced in a7f7d9c8e0
This commit is contained in:
kashike 2017-07-18 10:19:58 -07:00 committed by Scott Mitchell
parent b8d3d96550
commit c43e09da5a

View File

@ -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;
/**