Remove @overrides from EntityCombust

This commit is contained in:
Taylor Kelly
2011-01-11 19:41:04 -05:00
parent d60e72a14d
commit f4bd88e1f4

View File

@@ -15,12 +15,10 @@ public class EntityCombustEvent extends EntityEvent implements Cancellable {
this.cancel = false;
}
@Override
public boolean isCancelled() {
return cancel;
}
@Override
public void setCancelled(boolean cancel) {
this.cancel = cancel;
}