Changing encryption in the phone app of the fourth benchmark from AES-ECB to AES...
[iot2.git] / benchmarks / other / PhoneInterface / Control / app / src / main / java / iotcloud / TableStatus.java
index 1124870e76ed7b4e6bba8b35bc213f9517b2df2f..1bd6d8cfd0a164f6eee2022f3d89ca8fecb0e40b 100644 (file)
@@ -33,7 +33,7 @@ class TableStatus extends Entry {
 
        int getSize() {
                //return Integer.BYTES+Byte.BYTES;
-               return (Integer.SIZE/8)+(Byte.SIZE/8);
+               return Integer.SIZE/8+Byte.SIZE/8;
        }
 
        byte getType() {