SuccessChanges

Summary

  1. Fixes constructor competition (details)
Commit ad4004628c607aa51507ecaf71bac40f5595be0d by anrodriquez
Fixes constructor competition
When the relatioship between competition and team was doubled, an
unnecesary element was added to the constructor. In addition, the list
of team is initializes twice in the constructors, one of them, deleting
the teams in case they are passed as a parameter.
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/Competition.java (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/jsf/CompetitionManagedBean.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/CompetitionTest.java (diff)