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