]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.impl/src/org/simantics/db/impl/query/SuperTypes.java
Still working for multiple readers
[simantics/platform.git] / bundles / org.simantics.db.impl / src / org / simantics / db / impl / query / SuperTypes.java
index 06fabb2d7380c73a803948912bd899727e88f247..a01c84699ce3181febae84ac376f7f93bf62e234 100644 (file)
@@ -33,7 +33,7 @@ final public class SuperTypes extends UnaryQuery<InternalProcedure<IntSet>> {
                provider.cache.remove(this);
        }
 
-       @Override
+       //@Override
        public Object compute(ReadGraphImpl graph, final InternalProcedure<IntSet> procedure) throws DatabaseException {
                return computeForEach(graph, id, this, procedure);
        }