]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/ValidationMode.java
Merge commit '8e4e41fa135641b23f68e205832e0696951c5f63'
[simantics/platform.git] / bundles / org.simantics.graph.compiler / src / org / simantics / graph / compiler / ValidationMode.java
1 package org.simantics.graph.compiler;\r
2 \r
3 public enum ValidationMode {\r
4         IGNORE,\r
5         WARNING,\r
6         ERROR\r
7 }