@Override interface implementation is 1.6 exclusively

This commit is contained in:
Erik Broes 2011-02-07 11:03:56 +01:00
parent 7b840489a3
commit 50e42496e3

View File

@ -68,7 +68,6 @@ public class CraftTask implements Comparable {
return idNumber;
}
@Override
public int compareTo(Object other) {
if (!(other instanceof CraftTask)) {
return 0;