1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-04-18 03:19:34 +02:00

We build for Java 1.5, so no @Override for interface implementations

This commit is contained in:
Andrew Ardill 2011-05-02 23:55:18 +10:00
parent bf1f5b00d7
commit cd3c8fcfc8

View file

@ -458,7 +458,6 @@ public final class CraftServer implements Server {
}
}
@Override
public boolean addRecipe(Recipe recipe) {
CraftRecipe toAdd;
if(recipe instanceof CraftRecipe) {