add some comments
[iotcloud.git] / src / java / iotcloud / SlotIndexer.java
index 00a82bf43ccdada0234d348b178c5de25cac0c54..cecdf2d0f8559a823b9e9c941a0ae08c51f94302 100644 (file)
@@ -1,5 +1,12 @@
 package iotcloud;
 
+/**
+ * Slot indexer allows slots in both the slot buffer and the new
+ * server response to looked up in a consistent fashion.
+ * @author Brian Demsky
+ * @version 1.0
+ */
+
 class SlotIndexer {
        private Slot[] updates;
        private SlotBuffer buffer;