add & use is working with little testsuite. information about hits/misses added.
[mir.git] / source / mir / storage / store / StorableObject.java
index 24516f4..1d38a70 100755 (executable)
@@ -32,6 +32,6 @@ public interface StorableObject {
    *
    *  @return       Set of StoreIdentifier.
    */
-  abstract  Set notifyOnReleaseSet();
+  abstract  Set getNotifyOnReleaseSet();
 
 }
\ No newline at end of file