mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 23:38:25 +01:00
@Override interface implementation is 1.6 exclusively
By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
parent
ca376a1225
commit
6a5734b2ff
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@ public class CraftTask implements Comparable {
|
||||||
return idNumber;
|
return idNumber;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public int compareTo(Object other) {
|
public int compareTo(Object other) {
|
||||||
if (!(other instanceof CraftTask)) {
|
if (!(other instanceof CraftTask)) {
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in a new issue