Done ticket BE-24,25
This commit is contained in:
@@ -31,9 +31,7 @@ public class CallValidatorServiceImpl {
|
||||
.notNull(response.getDocumentationRequested(), "documentationRequested")
|
||||
.notEmpty(response.getAimedTo(), "aimedTo")
|
||||
.notEmpty(response.getCriteria(), "criteria")
|
||||
.notEmpty(response.getDocs(), "docs")
|
||||
.notEmpty(response.getFaq(), "faq")
|
||||
.notEmpty(response.getImages(), "images")
|
||||
.notEmpty(response.getDocs(), "docs")
|
||||
.notEmpty(response.getCheckList(), "checkList");
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user