cleanup / abuse system fix / prepping for a release
[mir.git] / source / mir / storage / store / ObjectStore.java
index 8c3a7f4..3b4b6ce 100755 (executable)
@@ -150,10 +150,6 @@ public class ObjectStore {
    */
   public void invalidate(StoreContainerType stoc_type) {
     if (stoc_type != null) {
-      /*  @todo invalidates too much:
-       *  improvement: if instanceof StoreContainerEntity && EntityList
-       *  then invalidate only StoreIdentifier matching the right table
-       */
       StoreContainer stoc = getStoreContainerForStocType(stoc_type);
       if (stoc != null)
         stoc.invalidate();