SuccessChanges

Summary

  1. Fixes the second week report problems (details)
Commit 198339deed66dc6d199752abb79890ebf9df2df1 by daouterelo
Fixes the second week report problems
Completes the missed exception in the Competition.setAdmin javadoc. In
the TeamDataset class i changed the objects directives cause they where
static and in the future this could generate issues cause if they are
static we could not modify the objects. For example, if they are static
we will no be able to add players to the teams.
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/entities/TeamDataset.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Competition.java (diff)