Skip to content
Snippets Groups Projects
Commit 05699c59 authored by David Sørhaug Døsen's avatar David Sørhaug Døsen
Browse files

added javadoc

parent fca850eb
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,9 @@ import no.ntnu.idatg1002.idatg1002_2022_group6.TableTennisApplication;
*/
public class PlayerRegister {
// Representing a list of players.
/**
* Represents a list of players
*/
private final List<Player> participants;
/**
......
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