alberto-art3ch commented on code in PR #4042:
URL: https://github.com/apache/fineract/pull/4042#discussion_r1745483315
##########
fineract-core/src/main/java/org/apache/fineract/infrastructure/core/data/DataValidatorBuilder.java:
##########
@@ -1056,4 +1056,12 @@ public void throwValidationErrors() throws
PlatformApiDataValidationException {
throw new PlatformApiDataValidationException(dataValidationErrors);
}
}
+
+ public static ApiParameterError buildValidationParameterApiError(final
String resource, final String parameterName,
Review Comment:
I've moved almost all the cases, just one to use this new method
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]