Merge remote-tracking branch 'origin/master'
commit
c684f4d795
|
@ -31,7 +31,6 @@ public DataValueRows get(){
|
||||||
@Override
|
@Override
|
||||||
public void execution() {
|
public void execution() {
|
||||||
this.run();
|
this.run();
|
||||||
this.remove();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public abstract void run();
|
public abstract void run();
|
||||||
|
|
|
@ -25,7 +25,6 @@ public DataValueRow get(){
|
||||||
@Override
|
@Override
|
||||||
public void execution() {
|
public void execution() {
|
||||||
this.run();
|
this.run();
|
||||||
this.remove();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public abstract void run();
|
public abstract void run();
|
||||||
|
|
Loading…
Reference in New Issue