]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.acorn/src/org/simantics/acorn/internal/ClusterUpdateProcessor2.java
Acorn: Fix WriteRunnable.runReally() and other fixes
[simantics/platform.git] / bundles / org.simantics.acorn / src / org / simantics / acorn / internal / ClusterUpdateProcessor2.java
index 7ce8673cbab9f9530633100ba4f7388a8d27e758..61a8a8a9d2578dd2217844d8cee6dff01fdd3c04 100644 (file)
@@ -1,6 +1,7 @@
 package org.simantics.acorn.internal;
 
 import org.simantics.acorn.cluster.ClusterImpl;
+import org.simantics.acorn.exception.IllegalAcornStateException;
 import org.simantics.acorn.lru.ClusterUpdateOperation;
 import org.simantics.db.impl.ClusterSupport;
 
@@ -16,7 +17,7 @@ public class ClusterUpdateProcessor2 extends ClusterUpdateProcessorBase2 {
                this.info = info;
        }
 
-       public void process(ClusterImpl cluster) {
+       public void process(ClusterImpl cluster) throws IllegalAcornStateException {
                this.cluster = cluster;
                process();
                info.finish();