SuccessChanges

Summary

  1. fix: make Story entity JPA constructor less visible (details)
Commit 27f76a709ade8620e5deb9b71ee6301dc7c68d0c by aggarcia3
fix: make Story entity JPA constructor less visible
Doing this helps ensuring that the state of the Story entity is better
validated at all times.
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/StoryController.java
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Story.java
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/StoryTest.java
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/VisitTest.java
The file was modifiedjsf/src/main/webapp/addStory.xhtml
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java