ActivitySpec Updated error message
[sdc.git] / services / activity-spec / activity-spec-web / activity-spec-service / src / main / java / org / onap / sdc / activityspec / api / rest / types / ActivitySpecRequestDto.java
index 86148ac..b728bf0 100644 (file)
@@ -26,7 +26,7 @@ import java.util.List;
 @lombok.Data
 public class ActivitySpecRequestDto {
 
-    @NotBlank(message = "Mandatory %s field is missing/null")
+    @NotBlank(message = "Mandatory %s field is missing")
     @Pattern(regexp = "^[a-zA-Z0-9-]*$", message = "%s should match with \"^[a-zA-Z0-9-]*$\" pattern")
     private String name;
     private String description;