pull master
This commit is contained in:
commit
b8bcd18623
|
@ -16,7 +16,7 @@ public class UUIDPositiveLongGenerator {
|
||||||
return Math.abs(UUID.randomUUID().getMostSignificantBits());
|
return Math.abs(UUID.randomUUID().getMostSignificantBits());
|
||||||
}
|
}
|
||||||
|
|
||||||
public long gethashCode() {
|
public long getHashCode() {
|
||||||
return Math.abs(UUID.randomUUID().toString().hashCode());
|
return Math.abs(UUID.randomUUID().toString().hashCode());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue