Changed typo for descending order ENUM
This commit is contained in:
parent
5f23a071f0
commit
5cc055f7c1
|
@ -3,7 +3,7 @@ package eu.dnetlib.repo.manager.domain;
|
|||
public enum OrderByType {
|
||||
|
||||
ASC("ASC"),
|
||||
DSC("DESC");
|
||||
DSC("DSC");
|
||||
|
||||
private final String text;
|
||||
|
||||
|
|
Loading…
Reference in New Issue