no message
This commit is contained in:
@@ -9,7 +9,7 @@ public class TaskThread extends Thread {
|
||||
super(() -> {
|
||||
while (!task_.state.isComplete()) {
|
||||
task_.Reset();
|
||||
new PerformSapforTask().Do(task_,sapfor_drv);
|
||||
new PerformSapforTask().Do(task_, sapfor_drv);
|
||||
}
|
||||
});
|
||||
task = task_;
|
||||
|
||||
Reference in New Issue
Block a user