]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/GraphCompilerPreferences.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.graph.compiler / src / org / simantics / graph / compiler / GraphCompilerPreferences.java
index 9c75b85f770e8402ae7457a7a5ede82202166034..6487d8e91db22cd61a8b84d06918b8d8f5666737 100644 (file)
@@ -1,16 +1,16 @@
-package org.simantics.graph.compiler;\r
-\r
-public class GraphCompilerPreferences {\r
-       public boolean        validate = false;\r
-       public ValidationMode validateRelationRestrictions = ValidationMode.IGNORE;\r
-       public ValidationMode validateResourceHasType = ValidationMode.IGNORE;\r
-       \r
-       @Override\r
-       public String toString() {\r
-           StringBuilder b = new StringBuilder();\r
-           b.append("validate = " + validate + "\n");\r
-           b.append("validateRelationRestrictions = " + validateRelationRestrictions + "\n");\r
-           b.append("validateResourceHasType = " + validateResourceHasType + "\n");\r
-           return b.toString();\r
-       }\r
-}\r
+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();
+       }
+}