mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-21 05:44:33 +00:00
@Override interface implementation is 1.6 exclusively
This commit is contained in:
parent
7b840489a3
commit
50e42496e3
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…
Add table
Reference in a new issue