revert changes joel made to java files so that they will compile
[iotcloud.git] / src / java / iotcloud / Entry.java
index 5e0f3f832aa529899fb0878d46fee6f68bfa369d..70f90ee60e7f57d072a76f15e569466df9d34cf1 100644 (file)
@@ -29,7 +29,7 @@ abstract class Entry implements Liveness {
         * byte tells the type of entry.
         */
 
-       slottatic Entry decode(Slot slot, ByteBuffer bb) {
+       static Entry decode(Slot slot, ByteBuffer bb) {
                byte type=bb.get();
                switch(type) {
                case TypeKeyValue: