FailedChanges

Summary

  1. fix: make Story entity JPA constructor less visible (details)
Commit f8577f2119a89013f2be74a4301a4f0efa840996 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 modifieddomain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/StoryTest.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Story.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/VisitTest.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java (diff)