X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.structural.synchronization.client%2Fsrc%2Forg%2Fsimantics%2Fstructural%2Fsynchronization%2Fbase%2FModuleUpdaterBase.java;fp=bundles%2Forg.simantics.structural.synchronization.client%2Fsrc%2Forg%2Fsimantics%2Fstructural%2Fsynchronization%2Fbase%2FModuleUpdaterBase.java;h=9ec63c06167846f619da56d24f939e5603d150ad;hb=28be4d3512adbf9cb2c2af1ddb479a9820f860c0;hp=a3edea09e7ddc8fc89ee7d0b2b03cd4a016cf8f4;hpb=ab914ca281bc4cfb6f8b7a9a38956c71fbd66839;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.structural.synchronization.client/src/org/simantics/structural/synchronization/base/ModuleUpdaterBase.java b/bundles/org.simantics.structural.synchronization.client/src/org/simantics/structural/synchronization/base/ModuleUpdaterBase.java index a3edea09e..9ec63c061 100644 --- a/bundles/org.simantics.structural.synchronization.client/src/org/simantics/structural/synchronization/base/ModuleUpdaterBase.java +++ b/bundles/org.simantics.structural.synchronization.client/src/org/simantics/structural/synchronization/base/ModuleUpdaterBase.java @@ -19,6 +19,7 @@ abstract public class ModuleUpdaterBase> { new THashMap>(); public boolean isUserComponent; public boolean isComposite; + public String subprocessType; public ModuleUpdaterBase(String moduleType) { this.moduleType = moduleType;