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