Closedown
This commit is contained in:
@@ -15,7 +15,7 @@ public class RobotTcp extends TcpDevice {
|
||||
|
||||
public Object run() throws Exception{
|
||||
Thread.sleep(1000);
|
||||
return ("Done X");
|
||||
return ("Done");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user