This commit is contained in:
@@ -69,7 +69,7 @@ public class Article implements Serializable {
|
||||
|
||||
|
||||
public enum State {
|
||||
SUMMARY, FINAL , REJECTED, ACCEPTED
|
||||
SUBMITED ,EVALUATED ,REJECTED, ACCEPTED
|
||||
};
|
||||
@Enumerated(EnumType.ORDINAL)
|
||||
private State state;
|
||||
|
||||
Reference in New Issue
Block a user