Added Js code (40%)
[iotcloud.git] / src / java / iotcloud / Slot.java
index 4db9133de5a958ec5a9a6ba523fd41297ddb5600..ed577a675de61452b86364a8aaa965e0cba12cd2 100644 (file)
@@ -19,7 +19,7 @@ class Slot implements Liveness {
        static final int HMAC_SIZE=32;
 
        /** Sequence number of the slot. */
-       private long seqnum;
+       private long seqnum;//
        /** HMAC of previous slot. */
        private byte[] prevhmac;
        /** HMAC of this slot. */