more code
[iotcloud.git] / src / java / iotcloud / CloudComm.java
index ca17ffb26a38ff9cd5306f4858b2627552ad09c8..1993a8db1e9b933ca1aa890ccf32785a9413569c 100644 (file)
@@ -25,7 +25,7 @@ class CloudComm {
                return new URL(urlstr);
        }
 
-       public Slot[] putSlot(Slot slot, int max) throws IOException {
+       public Slot[] putSlot(Slot slot, int max) {
                try {
                        long sequencenumber=slot.getSequenceNumber();
                        byte[] bytes=slot.encode(mac);