more js
[iotcloud.git] / src / java / iotcloud / Entry.java
index 70f90ee60e7f57d072a76f15e569466df9d34cf1..5e0f3f832aa529899fb0878d46fee6f68bfa369d 100644 (file)
@@ -29,7 +29,7 @@ abstract class Entry implements Liveness {
         * byte tells the type of entry.
         */
 
-       static Entry decode(Slot slot, ByteBuffer bb) {
+       slottatic Entry decode(Slot slot, ByteBuffer bb) {
                byte type=bb.get();
                switch(type) {
                case TypeKeyValue: