We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95a684c commit dc8e73eCopy full SHA for dc8e73e
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