X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=iotjava%2Fiotruntime%2Fslave%2FIoTSet.java;h=5330e8efc1e6a5d623bc4d09ec3879802846a393;hb=7e8c0cabb7057ad561adbb8b6cc2a0fd5c41bbf4;hp=1676fa56b414e28c16e1e3e57b052c2f08a7c8e8;hpb=8e565033fd19c4696f67862ade27f0ebbacf5682;p=iot2.git diff --git a/iotjava/iotruntime/slave/IoTSet.java b/iotjava/iotruntime/slave/IoTSet.java index 1676fa5..5330e8e 100644 --- a/iotjava/iotruntime/slave/IoTSet.java +++ b/iotjava/iotruntime/slave/IoTSet.java @@ -30,7 +30,6 @@ public final class IoTSet { * Class constructor (pass the reference to this immutable wrapper) */ protected IoTSet(Set s) { - //public IoTSet(Set s) { set = s; }