Initial Working version of IoTCloudv2, needs more testing
[iotcloud.git] / src2 / java / iotcloud / Abort.java
index c2b57b7c04654f762046ac470428d53c80c7cd39..4d0c59bde39d443e214d46522fc5c370109d02f2 100644 (file)
@@ -40,7 +40,7 @@ class Abort extends Entry {
        }
 
        int getSize() {
-               return 2*Long.BYTES+Byte.BYTES;
+               return (2 * Long.BYTES) + Byte.BYTES;
        }
 
        byte getType() {