mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-03 03:46:42 +00:00
Fixed equals() without hashCode().
This commit is contained in:
@ -212,4 +212,9 @@ public class Snapshot implements Comparable<Snapshot> {
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int hashCode() {
|
||||
return file.hashCode();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user