-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Robin Strand Prestmo
authored and
Robin Strand Prestmo
committed
Feb 24, 2026
1 parent
80c40a8
commit f0b81dd
Showing
3 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,6 +6,5 @@ | |
| * @author Robin Strand Prestmo | ||
| */ | ||
| public enum Language { | ||
| ENGLISH, | ||
| NORSK | ||
| ENGLISH | ||
| } | ||
11 changes: 11 additions & 0 deletions
11
helpmehelpapplication/src/main/java/ntnu/sytemutvikling/team6/models/Role.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| package ntnu.sytemutvikling.team6.models; | ||
|
|
||
| /** | ||
| * Available users | ||
| * | ||
| * @author Robin Strand Prestmo | ||
| */ | ||
| public enum Role { | ||
| NORMAL_USER, | ||
| CHARITY_USER, | ||
| } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters