Minor, explain what CompilerMessageSeverity.STRONG_WARNING is
This commit is contained in:
+2
@@ -23,6 +23,8 @@ import java.util.EnumSet;
|
||||
public enum CompilerMessageSeverity {
|
||||
EXCEPTION,
|
||||
ERROR,
|
||||
// Unlike a normal warning, a strong warning is not discarded when there are compilation errors.
|
||||
// Use it for problems related to configuration, not the diagnostics
|
||||
STRONG_WARNING,
|
||||
WARNING,
|
||||
INFO,
|
||||
|
||||
Reference in New Issue
Block a user