Skip to content

Commit

Permalink
added status enumerator
Browse files Browse the repository at this point in the history
  • Loading branch information
alina-z7 committed Nov 30, 2024
1 parent f343251 commit eb2e3c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Hello.java

This file was deleted.

4 changes: 4 additions & 0 deletions Status.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
public enum Status {
STAFF,
CLUB_MANAGER
}

0 comments on commit eb2e3c1

Please sign in to comment.