add some comments
[iotcloud.git] / src / java / iotcloud / KeyValue.java
index 51d84eb292caffd8abb3462d87a401990bb8a283..abd1cd5f2243e25138c0ed9adc8201eb45147798 100644 (file)
@@ -1,6 +1,12 @@
 package iotcloud;
 import java.nio.ByteBuffer;
 
+/**
+ * KeyValue entry for Slot.
+ * @author Brian Demsky <bdemsky@uci.edu>
+ * @version 1.0
+ */
+
 class KeyValue extends Entry {
        private IoTString key;
        private IoTString value;