master
parent
202811aa8f
commit
8b1b593d23
|
@ -31,7 +31,6 @@ public DataValueRows get(){
|
|||
@Override
|
||||
public void execution() {
|
||||
this.run();
|
||||
this.remove();
|
||||
}
|
||||
|
||||
public abstract void run();
|
||||
|
|
|
@ -25,7 +25,6 @@ public DataValueRow get(){
|
|||
@Override
|
||||
public void execution() {
|
||||
this.run();
|
||||
this.remove();
|
||||
}
|
||||
|
||||
public abstract void run();
|
||||
|
|
Loading…
Reference in New Issue