We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e5b9d6 + 41ffdf5 commit d4559faCopy full SHA for d4559fa
1 file changed
src/main/java/edu/tamu/app/enums/Status.java
@@ -2,6 +2,6 @@
2
3
public enum Status {
4
5
- UP, DOWN;
+ UP, DOWN, MAINTENANCE;
6
7
}
0 commit comments