This commit is contained in:
Francesco Mangiacrapa 2021-09-13 18:04:50 +02:00
parent 3f1b2f1b95
commit a96ee1f8be
1 changed files with 1 additions and 1 deletions

View File

@ -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;