]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.acorn/src/org/simantics/acorn/internal/ClusterUpdateProcessor.java
Acorn: Fix WriteRunnable.runReally() and other fixes
[simantics/platform.git] / bundles / org.simantics.acorn / src / org / simantics / acorn / internal / ClusterUpdateProcessor.java
index 0044d72d83b3d92736834ecf2a5bd9c00c43e18f..d4381aeca4e9610f1ee4e9fdf138e3f4cea1f99c 100644 (file)
@@ -2,7 +2,7 @@ package org.simantics.acorn.internal;
 
 import org.simantics.acorn.ClusterManager;
 import org.simantics.acorn.cluster.ClusterImpl;
-import org.simantics.acorn.lru.CachingClusterSupport;
+import org.simantics.acorn.exception.IllegalAcornStateException;
 import org.simantics.acorn.lru.ClusterUpdateOperation;
 import org.simantics.db.exception.DatabaseException;
 import org.simantics.db.impl.ClusterSupport;
@@ -76,7 +76,7 @@ public class ClusterUpdateProcessor extends ClusterUpdateProcessorBase {
 
        }
 
-       public ClusterImpl process(ClusterImpl cluster) {
+       public ClusterImpl process(ClusterImpl cluster) throws IllegalAcornStateException {
                this.cluster = cluster;
                process();
                info.finish();