SuccessChanges

Summary

  1. tsk10 Fixes StoryEJB method to accept maxItems argument (details)
Commit d986e335d33eb4afe5d54a4fece28c442f369558 by alvarosuafe
tsk10 Fixes StoryEJB method to accept maxItems argument
Method getStoriesByText from StoryEJB get number of items using a final
variable. Acording to microStories document this method should accept a
maxItems argument so the final variable was removed and added the
maxItems like argument of the method.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/TestStoryEJB.java (diff)