mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
Rollback unneeded change (IDEA-CR-69283)
GitOrigin-RevId: 42958d3abe705bc6deeda3fb1c42f4dd7074d4a1
This commit is contained in:
committed by
intellij-monorepo-bot
parent
23a6ecc053
commit
44275fe72f
@@ -6,7 +6,7 @@ import java.util.List;
|
||||
|
||||
public class ValidationResult implements Comparable<ValidationResult> {
|
||||
public enum Kind {
|
||||
INFO, CONFLICT, ERROR, FATAL_ERROR
|
||||
INFO, CONFLICT, ERROR
|
||||
}
|
||||
|
||||
public enum Action {
|
||||
@@ -55,7 +55,6 @@ public class ValidationResult implements Comparable<ValidationResult> {
|
||||
prefix = "?";
|
||||
break;
|
||||
case ERROR:
|
||||
case FATAL_ERROR:
|
||||
prefix = "!";
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user