X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.db.procore%2Fsrc%2Ffi%2Fvtt%2Fsimantics%2Fprocore%2Finternal%2FDebugSupportImpl.java;h=3b05bcba6d67baabc0ee5afcf48557f522f3b384;hb=0db1af75cd14f99f16c42c920562708abf37be93;hp=f788a12448bfd9b26254bcf489ebbec42c437f31;hpb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/DebugSupportImpl.java b/bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/DebugSupportImpl.java index f788a1244..3b05bcba6 100644 --- a/bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/DebugSupportImpl.java +++ b/bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/DebugSupportImpl.java @@ -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();