X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.acorn%2Fsrc%2Forg%2Fsimantics%2Facorn%2Finternal%2FClusterUpdateProcessor.java;h=d4381aeca4e9610f1ee4e9fdf138e3f4cea1f99c;hb=2a8d452434358e28cb826744bc01755a46455afd;hp=0044d72d83b3d92736834ecf2a5bd9c00c43e18f;hpb=65cf12eb906873cf56c10bd1f8d04ec8645e6cbd;p=simantics%2Fplatform.git 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();