]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.layer0.utils/src/org/simantics/layer0/utils/queries/QueryExecutor2.java
First changes
[simantics/platform.git] / bundles / org.simantics.layer0.utils / src / org / simantics / layer0 / utils / queries / QueryExecutor2.java
index 9814925e3715daba6e0efcc16451d5d59a76b0e3..4753c0b3b79d9c254cf245ce71246f3e4862da9c 100644 (file)
@@ -47,11 +47,6 @@ public abstract class QueryExecutor2 extends ReadRequest implements AsyncListene
        public void execute(RequestProcessor processor) throws DatabaseException {
                
                AsyncMultiRead<Object> request = new AsyncMultiRead<Object>() {
-
-                       @Override
-                       public int threadHash() {
-                               return hashCode();
-                       }
                        
                        @Override
                        public void perform(AsyncReadGraph graph,