SuccessChanges

Summary

  1. tsk9 Adds a resource that returns a story by its id (details)
Commit 0fa435dba2819a4289940f0b079a6ad5f9a82c38 by bcgonzalez4
tsk9 Adds a resource that returns a story by its id
Adds the method getStoryById in the StoryResource class and the method
getById in the StoryEJB class to get a story through your id
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java (diff)