]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/ValidationMode.java
Corrected lifetime of clusters from Integer.MAX_VALUE to Long.MAX_VALUE
[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 }