mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-24 03:25:15 +01:00
@Override interface implementation is 1.6 exclusively
This commit is contained in:
parent
7b840489a3
commit
50e42496e3
@ -68,7 +68,6 @@ public class CraftTask implements Comparable {
|
||||
return idNumber;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int compareTo(Object other) {
|
||||
if (!(other instanceof CraftTask)) {
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user