Merge remote-tracking branch 'origin/master'
commit
c684f4d795
|
@ -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