X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.graph.compiler%2Fsrc%2Forg%2Fsimantics%2Fgraph%2Fcompiler%2FGraphCompilerPreferences.java;fp=bundles%2Forg.simantics.graph.compiler%2Fsrc%2Forg%2Fsimantics%2Fgraph%2Fcompiler%2FGraphCompilerPreferences.java;h=6487d8e91db22cd61a8b84d06918b8d8f5666737;hp=9c75b85f770e8402ae7457a7a5ede82202166034;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 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(); + } +}