edits
[iotcloud.git] / src / java / iotcloud / TableStatus.java
index 07f282c1b1768dbace9e24f840a9688e76bb540d..fb50a7de5d19c62b6043b73886ccb9b699d7e5af 100644 (file)
@@ -12,7 +12,7 @@ class TableStatus extends Entry {
        int getMaxSlots() {
                return maxslots;
        }
-  
+
        static Entry decode(Slot slot, ByteBuffer bb) {
                int maxslots=bb.getInt();
                return new TableStatus(slot, maxslots);