Commit
20c68d166804135323fe9f1789a026ccbbcd6210
by jspilva17Fixes Story constructors parameter validation
The Story constructor modifies because the validations are wrong, this
is because the if conditional are evaluates in wrong order and the
exceptions were not as expected. Additionally, in file StoryEntityTest
the throws exceptions deletes because the @Test(expected =
IllegalArgumentException.class) indicates that an exception is expected.