Improved comment on team course attribute.
This commit is contained in:
parent
5aa2f1a215
commit
f44bf65a83
|
@ -33,7 +33,7 @@ public abstract class Team<P extends Person> extends BasicEntity {
|
||||||
protected List<P> members;
|
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(
|
@ManyToOne(
|
||||||
optional = false
|
optional = false
|
||||||
|
|
Loading…
Reference in New Issue