Skip to content

Commit 4cdca5b

Browse files
committed
Updated location enum with full list of locations
1 parent 761c46c commit 4cdca5b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
public enum NotificationLocation {
44

5-
EVANS,
5+
MAIN,
66
CUSHING,
77
MSL,
8-
WCL
8+
WCL,
9+
PSEL,
10+
QATAR
911
}

0 commit comments

Comments
 (0)