Skip to content

Commit d4559fa

Browse files
authored
Merge pull request #28 from TAMULib/sprint3-b3259-add-maintenance-status
Sprint3 b3259 add maintenance status
2 parents 5e5b9d6 + 41ffdf5 commit d4559fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/edu/tamu/app/enums/Status.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
public enum Status {
44

5-
UP, DOWN;
5+
UP, DOWN, MAINTENANCE;
66

77
}

0 commit comments

Comments
 (0)