SuccessChanges

Summary

  1. tsk70 Modifies advanced search to include an enum (details)
Commit 65516c9b15bf14e29ecaf2f2672eb5018ec764c8 by arfarinha
tsk70 Modifies advanced search to include an enum
Creates an enum State to reflect the three possible states of an event.
Also, code style conventions have been applied
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/letta/rest/EventResource.java
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/State.java