mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 12:10:40 +08:00
Refactor ID Serial 2: change all ID functions to CamelCase (#4896)
This commit is contained in:
@@ -161,7 +161,7 @@ public class IdUtil {
|
||||
}
|
||||
|
||||
/**
|
||||
* This method is the same as `hash()` method of `ID` class in ray/src/ray/id.h
|
||||
* This method is the same as `Hash()` method of `ID` class in ray/src/ray/id.h
|
||||
*/
|
||||
private static long murmurHash64A(byte[] data, int length, int seed) {
|
||||
final long m = 0xc6a4a7935bd1e995L;
|
||||
|
||||
Reference in New Issue
Block a user