Improved comment on team course attribute.

This commit is contained in:
Andrew Lalis 2019-04-16 09:25:14 +02:00 committed by andrewlalis
parent 5aa2f1a215
commit f44bf65a83
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ public abstract class Team<P extends Person> extends BasicEntity {
protected List<P> members;
/**
* The course that this team belongs to.
* The course that this team belongs to. A team cannot exist on its own, it must belong to a course.
*/
@ManyToOne(
optional = false