]> gerrit.simantics Code Review - simantics/platform.git/blob - org/simantics/scl/compiler/errors/ErrorSeverity.java
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / org / simantics / scl / compiler / errors / ErrorSeverity.java
1 package org.simantics.scl.compiler.errors;
2
3 public enum ErrorSeverity {
4     ERROR,
5     IMPORT_ERROR,
6     WARNING
7 }