updated
This commit is contained in:
parent
3f1b2f1b95
commit
a96ee1f8be
|
@ -26,7 +26,7 @@ public class ValidationReportDV implements Serializable {
|
|||
* Sep 13, 2021
|
||||
*/
|
||||
public static enum ValidationStatus {
|
||||
PASSED("PUBLISHED"), ERROR("Error"), WARNING("Warning");
|
||||
PASSED("OK"), ERROR("Error"), WARNING("Warning");
|
||||
|
||||
private String label;
|
||||
|
||||
|
|
Loading…
Reference in New Issue