]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.impl/src/org/simantics/db/impl/query/BinaryQuery.java
Merge branch 'master' into private/db-threads
[simantics/platform.git] / bundles / org.simantics.db.impl / src / org / simantics / db / impl / query / BinaryQuery.java
index 357d3d1d450406cc800580a3bd5f28c6602c74b5..9437ffe379f6eda5be21ab5410e46566442b50d0 100644 (file)
@@ -71,6 +71,7 @@ abstract public class BinaryQuery<Procedure> extends CacheEntryBase implements Q
         recompute(graph, (QueryProcessor)provider);
     }
     
+    @SuppressWarnings("unchecked")
     @Override
     public Object performFromCache(ReadGraphImpl graph, Object provider, Object procedure) {
         return performFromCache(graph, (QueryProcessor)provider, (Procedure)procedure);