pull master

This commit is contained in:
@hangga
2023-11-12 18:25:01 +07:00
@@ -16,7 +16,7 @@ public class UUIDPositiveLongGenerator {
return Math.abs(UUID.randomUUID().getMostSignificantBits());
}
public long gethashCode() {
public long getHashCode() {
return Math.abs(UUID.randomUUID().toString().hashCode());
}