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