Skip to content
Snippets Groups Projects
Commit 6618c6fb authored by Jonas's avatar Jonas
Browse files

11.01.2024 - adjust tournament model #22

parent 562d69fa
No related branches found
No related tags found
1 merge request!7Dev in Main Merge
......@@ -19,7 +19,7 @@ public class Tournament implements ITournament{
@Setter
private String tournamentName;
private List<Match> matches;
private List<UUID> matches;
private List<UUID> teams;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment