]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/ValidationMode.java
Merge "Added transient caching for BrowseContext construction" into release/1.35...
[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 }