]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/DebugSupportImpl.java
Separate query dependency management from QueryProcessor
[simantics/platform.git] / bundles / org.simantics.db.procore / src / fi / vtt / simantics / procore / internal / DebugSupportImpl.java
index f788a12448bfd9b26254bcf489ebbec42c437f31..3b05bcba6d67baabc0ee5afcf48557f522f3b384 100644 (file)
@@ -69,7 +69,7 @@ public class DebugSupportImpl implements DebugSupport {
                        @Override
                        public Object apply(WriteGraph graph, String args) {
                                try {
-                                       return getSession(graph).queryProvider2.getListenerReport();
+                                       return getSession(graph).queryProvider2.listening.getListenerReport();
                                } catch (IOException e) {
                                        Logger.defaultLogError(e);
                                        return e.getMessage();
@@ -125,7 +125,7 @@ public class DebugSupportImpl implements DebugSupport {
                        @Override
                        public String apply(WriteGraph graph, File file, String args) {
                                try {
-                                       return getSession(graph).queryProvider2.reportListeners(file);
+                                       return getSession(graph).queryProvider2.listening.reportListeners(file);
                                } catch (IOException e) {
                                        Logger.defaultLogError(e);
                                        return e.getMessage();