Merge "Add fatal to consistency and validation error enums"

This commit is contained in:
Edwin Kempin
2020-10-22 11:55:27 +00:00
committed by Gerrit Code Review
3 changed files with 4 additions and 2 deletions

View File

@@ -48,6 +48,7 @@ public class ConsistencyCheckInfo {
public static class ConsistencyProblemInfo {
public enum Status {
FATAL,
ERROR,
WARNING,
}