mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 05:03:55 -07:00
@Override interface implementation is 1.6 exclusively
By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user