]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/ltk/Severity.java
Removed org.simantics.ltk[.antlr] bundles, exact import for antlr
[simantics/platform.git] / bundles / org.simantics.graph.compiler / src / org / simantics / graph / compiler / internal / ltk / Severity.java
1 package org.simantics.graph.compiler.internal.ltk;
2
3 public enum Severity {
4         WARNING, ERROR
5 }