]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.acorn/src/org/simantics/acorn/ClusterManager.java
Re-enabled Acorn transaction cancellation support for testing
[simantics/platform.git] / bundles / org.simantics.acorn / src / org / simantics / acorn / ClusterManager.java
index 51db52efc55a43108df3939b5bd23561700b6784..b2a30953cca9e0bff26e72dc69a788139e52a817 100644 (file)
@@ -70,7 +70,7 @@ public class ClusterManager {
                info.acquireMutex();
                try {
                        info.makeResident();
-                       return info.getCSSIds();
+                       return info.getCCSIds();
                } finally {
                        info.releaseMutex();
                }