Cleaning up code for runtime, installer, RMI, compiler for the Java side
[iot2.git] / iotjava / iotruntime / slave / IoTSet.java
index 1676fa56b414e28c16e1e3e57b052c2f08a7c8e8..5330e8efc1e6a5d623bc4d09ec3879802846a393 100644 (file)
@@ -30,7 +30,6 @@ public final class IoTSet<T> {
         * Class constructor (pass the reference to this immutable wrapper)
         */
        protected IoTSet(Set<T> s) {
-       //public IoTSet(Set<T> s) {
 
                set = s;
        }