SuccessChanges

Summary

  1. tsk40 - Deletes one of the two edit stories method in the StoryService (details)
Commit 841f634c55312b4b79d5d2faf3a633f033fc5aec by bcgonzalez4
tsk40 - Deletes one of the two edit stories method in the StoryService
and fixes some problems in their testsDeletes one of the two edit
stories method in the StoryService and fixes some problems in their
tests.
Delete one of the duplicated methods present in the previous commit and
change test according with the changes.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamA/microstories/service/StoryService.java (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResource.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamA/microstories/service/StoryServiceIntegrationTest.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/User.java (diff)