]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.impl/src/org/simantics/db/impl/query/MultiReadEntry.java
Still working for multiple readers
[simantics/platform.git] / bundles / org.simantics.db.impl / src / org / simantics / db / impl / query / MultiReadEntry.java
index 8d1003b801525d26a436061d8355f3a47b539527..f2fff24cfc7ac213de3890331806509d68808575 100644 (file)
@@ -204,7 +204,7 @@ final public class MultiReadEntry<T> extends CacheEntryBase<AsyncMultiProcedure<
                else return request.toString() + statusOrException;
        }
 
-       @Override
+       //@Override
        public Object compute(ReadGraphImpl graph, AsyncMultiProcedure<T> procedure) throws DatabaseException {
        return graph.processor.cache.performQuery(graph, request, this, procedure);
        }