]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/ltk/Severity.java
afe0771677c9675f0766ca0175a6efc662105594
[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 }