add some comments
[iotcloud.git] / src / java / iotcloud / TestCloudComm.java
index b6682376e5feb204ab170127c9c3fdde79bfeb88..9c752a8193aa6f4851fb2ea73b9e97fe88aa5c67 100644 (file)
@@ -1,8 +1,13 @@
 package iotcloud;
 import java.io.*;
 import java.net.*;
-import java.util.Arrays;
-import javax.crypto.*;
+
+/**
+ * This class is a test driver to test the code w/o going through an
+ * actual web server.
+ * @author Brian Demsky <bdemsky@uci.edu>
+ * @version 1.0
+ */
 
 class TestCloudComm extends CloudComm {
        SlotBuffer buffer;