add & use is working with little testsuite. information about hits/misses added.
[mir.git] / source / mir / storage / store / test / EntityC1.java
index 635ca31..4f5d89d 100755 (executable)
@@ -24,7 +24,7 @@ public class EntityC1 implements StorableObject {
                return new StoreIdentifier(this, StoreContainerType.STOC_TYPE_ENTITY,id);
        }
 
-       public Set notifyOnReleaseSet() {
+       public Set getNotifyOnReleaseSet() {
                return null;
        }
 }
\ No newline at end of file