SuccessChanges

Summary

  1. tsk20 Adds player-team relationship (details)
Commit 8ef651552837bfe0b344095f0531a75236be7b77 by anrodriquez
tsk20 Adds player-team relationship
Establishes a relationship between a player that a team, and a team that
is composed of many players. Includes the corresponding tests and the
javadoc of the new functions
Fixes in removing a team from a headquarters
Resolves conflicts in the local repository
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/User.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/PlayerTest.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/HeadquarterTest.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/TeamTest.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Team.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Headquarter.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/UserTest.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Player.java (diff)