]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.structural.synchronization.client/src/org/simantics/structural/synchronization/Synchronizer.java
Initial version of validating derived properties formulas
[simantics/platform.git] / bundles / org.simantics.structural.synchronization.client / src / org / simantics / structural / synchronization / Synchronizer.java
index 9c7428416531a2da02c33d9ac10c895736a4797c..8125a676cce08dea12e7bcf09788867c2a8c2f38 100644 (file)
@@ -124,7 +124,6 @@ public class Synchronizer {
            while((cur = cur.getCause()) != null) {
                if(!(cur instanceof MissingVariableValueException)) {
                    handler.reportProblem(cur.getMessage());
-                   break;
                }
            }
        } catch (Exception e) {