]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.db.tests/src/org/simantics/db/tests/api/request/misc/RequestParentTest3.java
Merge branch 'private/db-threads' into private/threads-testing
[simantics/platform.git] / tests / org.simantics.db.tests / src / org / simantics / db / tests / api / request / misc / RequestParentTest3.java
index 8181e08fb9d2bf1a4a9fc4646e099f30f9e54fdf..e990a06b2bda11ebec210dfbc84794e14fa4c8b4 100644 (file)
@@ -33,6 +33,11 @@ public class RequestParentTest3 extends ExistingDatabaseTest {
                QueryDebug debug = session.getService(QueryDebug.class);
                
                class Request implements AsyncMultiRead<Object> {
+
+//                     @Override
+//                     public int threadHash() {
+//                             return hashCode();
+//                     }
                        
             @Override
             public void perform(AsyncReadGraph graph, AsyncMultiProcedure<Object> callback) {