X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.structural.synchronization%2Fsrc%2Forg%2Fsimantics%2Fstructural%2Fsynchronization%2Fbase%2FModuleUpdaterBase.java;fp=bundles%2Forg.simantics.structural.synchronization%2Fsrc%2Forg%2Fsimantics%2Fstructural%2Fsynchronization%2Fbase%2FModuleUpdaterBase.java;h=048691c6bc4209fef4f3f71e57e803b41770292d;hp=f7a20768fb4ac8e9e0b77d829f984b23e3f6ae61;hb=1ae3cacae664befed5dfafbb51d337d209d206d7;hpb=5a370e0b751e60f36445716bef0cb2485c5fc7ef diff --git a/bundles/org.simantics.structural.synchronization/src/org/simantics/structural/synchronization/base/ModuleUpdaterBase.java b/bundles/org.simantics.structural.synchronization/src/org/simantics/structural/synchronization/base/ModuleUpdaterBase.java index f7a20768f..048691c6b 100644 --- a/bundles/org.simantics.structural.synchronization/src/org/simantics/structural/synchronization/base/ModuleUpdaterBase.java +++ b/bundles/org.simantics.structural.synchronization/src/org/simantics/structural/synchronization/base/ModuleUpdaterBase.java @@ -61,7 +61,7 @@ abstract public class ModuleUpdaterBase> { abstract public CommandBuilder createUpdateCommandBuilder(String name); - private void applyRules(ModuleUpdateContext context, boolean inCreate, + protected void applyRules(ModuleUpdateContext context, boolean inCreate, Collection properties, Collection connections) { THashMap propertyMap = new THashMap(properties.size()); Map> connectionMap = connections.isEmpty()