Merge remote-tracking branch 'origin/master'

master
zhang chengzhi 2024-09-10 15:10:20 +08:00
commit c684f4d795
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();