SuccessChanges

Summary

  1. Runs Google style formatter (details)
  2. Fixes formatting script showing an spurious error sometimes (details)
Commit 3c53907f95b9a7ee2b6554d5fe0bcc7da87ffd5f by aggarcia3
Runs Google style formatter
This is the recommended formatting for source code according to the
contributing guidelines.
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/StoriesDataset.java
The file was addedadditional-material/formatter/eclipse-java-google-style.xml
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/StoryTest.java
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamb/microstories/domain/Genre.java
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java
The file was addedadditional-material/formatter/run.sh
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamb/microstories/domain/Story.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/http/util/HasHttpStatus.java
The file was modifiedpom.xml
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/IsEqualToEntity.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/service/util/security/RoleCaller.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/service/util/security/TestPrincipal.java
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryEJB.java
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamb/microstories/domain/Topic.java
Commit acc3c4fa06e12a97010f938866767225468766e8 by aggarcia3
Fixes formatting script showing an spurious error sometimes
The file was modifiedadditional-material/formatter/run.sh