]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.impl/src/org/simantics/db/impl/query/ExternalReadEntry.java
Still working for multiple readers
[simantics/platform.git] / bundles / org.simantics.db.impl / src / org / simantics / db / impl / query / ExternalReadEntry.java
index 40b6f6fab408ac8d37ed13224cb2953e0ff9d469..bd99e1bc4a174368a46a5fa0f8f7db289e8ef6df 100644 (file)
@@ -193,7 +193,7 @@ final public class ExternalReadEntry<T> extends CacheEntryBase<AsyncProcedure<T>
        // Do nothing - the state is already set and cannot be recomputed on demand
     }
 
-       @Override
+       //@Override
        public Object compute(ReadGraphImpl graph, AsyncProcedure<T> procedure) throws DatabaseException {
        return graph.processor.cache.performQuery(graph, request, this, procedure);
        }