Skip to content

Commit

Permalink
Update org.lflang/src/org/lflang/ErrorReporter.java
Browse files Browse the repository at this point in the history
Co-authored-by: Marten Lohstroh <marten@berkeley.edu>
  • Loading branch information
zekailin00 and lhstrh committed May 24, 2022
1 parent e28aede commit db62403
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion org.lflang/src/org/lflang/ErrorReporter.java
Expand Up @@ -115,7 +115,6 @@ default String report(Path file, DiagnosticSeverity severity, String message) {
case Warning:
case Hint:
case Information:
// FIXME: Information -> warning?? If this results in false alarms from LFC, we should expand API.
return reportInfo(message);
default:
return reportWarning(message);
Expand Down

0 comments on commit db62403

Please sign in to comment.