SuccessChanges

Summary

  1. Fixes in PlayerService (details)
Commit 295ba6e4fed273283e821f9ed67d38d561ca4476 by mrdiez
Fixes in PlayerService
Removed the findByPlayerID method from the PlayerService class because
the method get of the class searches by the primary key as the query of
the removed method.
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/PlayerServiceIntegrationTest.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/PlayerDataset.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/PlayerService.java (diff)