X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.acorn%2Fsrc%2Forg%2Fsimantics%2Facorn%2Finternal%2FClusterUpdateProcessor.java;h=d4381aeca4e9610f1ee4e9fdf138e3f4cea1f99c;hp=0044d72d83b3d92736834ecf2a5bd9c00c43e18f;hb=refs%2Fchanges%2F07%2F107%2F2;hpb=0144ba232323a0e4f7ec8fe0681a150faafd7caf diff --git a/bundles/org.simantics.acorn/src/org/simantics/acorn/internal/ClusterUpdateProcessor.java b/bundles/org.simantics.acorn/src/org/simantics/acorn/internal/ClusterUpdateProcessor.java index 0044d72d8..d4381aeca 100644 --- a/bundles/org.simantics.acorn/src/org/simantics/acorn/internal/ClusterUpdateProcessor.java +++ b/bundles/org.simantics.acorn/src/org/simantics/acorn/internal/ClusterUpdateProcessor.java @@ -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();