SuccessChanges

Summary

  1. tsk55 Fixes in PlayerService (details)
Commit 30ab2dab3e69bfe35c80089923d10f94d7c5be39 by mrdiez
tsk55 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/main/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/PlayerService.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/test/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/PlayerServiceIntegrationTest.java (diff)