Browse Source

错误修改以下

master
sige 2 years ago
parent
commit
b80ea0a6a8
  1. 57
      src/main/java/com/dreamworks/boditech/driver/task/Executor.java

57
src/main/java/com/dreamworks/boditech/driver/task/Executor.java

@ -211,63 +211,18 @@ public class Executor implements Runnable {
} }
} }
/**
* get executor status
* @return executor status
*/
// get working status
public String getWorkingStatus() { public String getWorkingStatus() {
return this.workingStatus; return this.workingStatus;
} }
// get status
public Integer getStatus() {
return this.status;
}
/**
* get device instance
* @return device instance
*/
// get device instance
public Device getDevice() { public Device getDevice() {
return this.device; return this.device;
} }
} }
Loading…
Cancel
Save