This is an automated email from the ASF dual-hosted git repository.

bhliva pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/develop by this push:
     new 21a9bb0  DLAB-608 changed error message for scheduler validation
21a9bb0 is described below

commit 21a9bb02d6fb8508477d710232c843b5ef550ac2
Author: bhliva <[email protected]>
AuthorDate: Tue May 28 12:45:19 2019 +0300

    DLAB-608 changed error message for scheduler validation
---
 .../dlab/backendapi/validation/annotation/SchedulerJobDTOValid.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/services/self-service/src/main/java/com/epam/dlab/backendapi/validation/annotation/SchedulerJobDTOValid.java
 
b/services/self-service/src/main/java/com/epam/dlab/backendapi/validation/annotation/SchedulerJobDTOValid.java
index 578303f..127803c 100644
--- 
a/services/self-service/src/main/java/com/epam/dlab/backendapi/validation/annotation/SchedulerJobDTOValid.java
+++ 
b/services/self-service/src/main/java/com/epam/dlab/backendapi/validation/annotation/SchedulerJobDTOValid.java
@@ -34,7 +34,7 @@ import java.lang.annotation.Target;
 public @interface SchedulerJobDTOValid {
 
 
-       String message() default "Start days or stop days should be filled for 
scheduler";
+       String message() default "Start/stop days or termination date is 
required for scheduler";
 
        Class<?>[] groups() default {};
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to