SuccessChanges

Summary

  1. Fixes player domain security (details)
Commit f396928c155e6d7d3ad37ac5b5e4caba3d8763c5 by daouterelo
Fixes player domain security
The value of the ID attribute is generated by the system, therefore
there must not be a setter for this attribute since it could be called
by anyone and cause problems. This setter was created to be able to
perform the tests, now it has been eliminated and the player test
constructor has been used instead.
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/PlayerDataset.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/Player.java (diff)