Refactor ID Serial 2: change all ID functions to CamelCase (#4896)

This commit is contained in:
Yuhong Guo
2019-05-31 11:31:19 +08:00
committed by Hao Chen
parent 4e0be8b450
commit 1f0809e2b4
41 changed files with 506 additions and 509 deletions
@@ -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;