pull master

This commit is contained in:
@hangga 2023-11-12 18:25:01 +07:00
commit b8bcd18623
1 changed files with 1 additions and 1 deletions

View File

@ -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());
}