Removed @Override for cancellable interface
By: durron597 <martin.jared@gmail.com>
This commit is contained in:
parent
f5b05b2c92
commit
bc2b329615
1 changed files with 11 additions and 13 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue