]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/UndoRedoSupportImpl.java
Trying to wait for procedures
[simantics/platform.git] / bundles / org.simantics.db.procore / src / fi / vtt / simantics / procore / internal / UndoRedoSupportImpl.java
index ba0ce846b34a91b4e44dba931e9cbdddbe5f28d3..f2061cd427295f8488f161e72d7d7ec17bcb2f9b 100644 (file)
@@ -46,7 +46,7 @@ public class UndoRedoSupportImpl implements UndoRedoSupport {
         final TaskHelper th = new TaskHelper("Undo");
         session.requestManager.scheduleWrite(new SessionTask(null) {
             @Override
-            public void run(int thread) {
+            public void run0(int thread) {
                 session.flushCounter = 0;
                 session.clusterStream.reallyFlush();
                 ClientChangesImpl cs = new ClientChangesImpl(session);