Cui YongXing 2024-09-10 14:42:48 +08:00
parent 202811aa8f
commit 8b1b593d23
2 changed files with 0 additions and 2 deletions

View File

@ -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();

View File

@ -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();