Closedown

This commit is contained in:
gac-S_Changer
2016-07-21 12:02:56 +02:00
parent e846f2e141
commit 830049e3f1

View File

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