X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.graph.compiler%2Fsrc%2Forg%2Fsimantics%2Fgraph%2Fcompiler%2FGraphCompilerPreferences.java;h=6487d8e91db22cd61a8b84d06918b8d8f5666737;hb=6dc5e6caf621067311ea19d6b689ffb77470a916;hp=9c75b85f770e8402ae7457a7a5ede82202166034;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/GraphCompilerPreferences.java b/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/GraphCompilerPreferences.java index 9c75b85f7..6487d8e91 100644 --- a/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/GraphCompilerPreferences.java +++ b/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/GraphCompilerPreferences.java @@ -1,16 +1,16 @@ -package org.simantics.graph.compiler; - -public class GraphCompilerPreferences { - public boolean validate = false; - public ValidationMode validateRelationRestrictions = ValidationMode.IGNORE; - public ValidationMode validateResourceHasType = ValidationMode.IGNORE; - - @Override - public String toString() { - StringBuilder b = new StringBuilder(); - b.append("validate = " + validate + "\n"); - b.append("validateRelationRestrictions = " + validateRelationRestrictions + "\n"); - b.append("validateResourceHasType = " + validateResourceHasType + "\n"); - return b.toString(); - } -} +package org.simantics.graph.compiler; + +public class GraphCompilerPreferences { + public boolean validate = false; + public ValidationMode validateRelationRestrictions = ValidationMode.IGNORE; + public ValidationMode validateResourceHasType = ValidationMode.IGNORE; + + @Override + public String toString() { + StringBuilder b = new StringBuilder(); + b.append("validate = " + validate + "\n"); + b.append("validateRelationRestrictions = " + validateRelationRestrictions + "\n"); + b.append("validateResourceHasType = " + validateResourceHasType + "\n"); + return b.toString(); + } +}