]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/errors/ErrorSeverity.java
101e0f9e5cdb04bbcd26f21aea7f3e9a3e33cb02
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / 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 }