]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.structural.synchronization.client/src/org/simantics/structural/synchronization/client/Synchronizer.java
Initial version of validating derived properties formulas
[simantics/platform.git] / bundles / org.simantics.structural.synchronization.client / src / org / simantics / structural / synchronization / client / Synchronizer.java
index b2b4ea2ec3ac6fecd3b564779bebef1ce659df86..2552192ef75dfa1f45d215c99855b87e91555a7d 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) {