This commit is contained in:
@@ -72,7 +72,7 @@ public class Article implements Serializable {
|
||||
private Collection<Preference> preferences;
|
||||
|
||||
public enum State {
|
||||
SUMMARY, FINAL
|
||||
SUMMARY, FINAL , REJECTED, ACCEPTED
|
||||
};
|
||||
private State state;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user