Closedown

This commit is contained in:
gac-S_Changer
2016-07-21 12:09:35 +02:00
parent 830049e3f1
commit 6c07ab725b
3 changed files with 2 additions and 13 deletions

View File

@@ -15,7 +15,7 @@ public class RobotTcp extends TcpDevice {
public Object run() throws Exception{
Thread.sleep(1000);
return ("Done");
return ("Done X");
}
}