Using methodId directly without method signature; placing sendReturnObj in individual...
[iot2.git] / iotjava / iotrmi / Java / sample / TestClass.java
index a59518ab7003959a50f4c0aafb90cea1d1703d90..c1c397f5792de1dbde1a5b19a7833059e8781b81 100644 (file)
@@ -139,9 +139,9 @@ public class TestClass implements TestClassInterface {
                    }
                }
            };
-               thread2.start();*/
+               thread2.start();
 
-               //return 1;
+               return 1;*/
                return sum;
        }