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 26a9729 commit 2b7c88d
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 2b7c88d

Please sign in to comment.