Ajout class
This commit is contained in:
parent
47e9456877
commit
87dc17f478
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ public class Team {
|
|||
@JoinTable(name = "team_todolist")
|
||||
private List<TodoList> todolists = new ArrayList<>();
|
||||
|
||||
/* Constructor */
|
||||
public Team() {
|
||||
super();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue