]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/ValidationMode.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.graph.compiler / src / org / simantics / graph / compiler / ValidationMode.java
1 package org.simantics.graph.compiler;
2
3 public enum ValidationMode {
4         IGNORE,
5         WARNING,
6         ERROR
7 }