edits
[iotcloud.git] / src / java / iotcloud / CloudComm.java
index 6d421b5513630ebc1c9929fdafefc95d00eba0ac..84d7ae4b02cc95ae4d1ba7ca3c52c920d84963e1 100644 (file)
@@ -12,7 +12,7 @@ class CloudComm {
 
        CloudComm() {
        }
-       
+
        CloudComm(String _baseurl, Cipher _encrypt, Cipher _decrypt, Mac _mac) {
                this.baseurl=_baseurl;
                this.encryptcipher = _encrypt;