Removed @Override for cancellable interface
By: durron597 <martin.jared@gmail.com>
This commit is contained in:
@ -38,12 +38,10 @@ public class BlockFromToEvent extends BlockEvent implements Cancellable {
|
|||||||
return from;
|
return from;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean isCancelled() {
|
public boolean isCancelled() {
|
||||||
return cancel;
|
return cancel;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public void setCancelled(boolean cancel) {
|
public void setCancelled(boolean cancel) {
|
||||||
this.cancel = cancel;
|
this.cancel = cancel;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user