IOhacker commented on code in PR #5578:
URL: https://github.com/apache/fineract/pull/5578#discussion_r2893415926
##########
fineract-core/src/main/java/org/apache/fineract/infrastructure/core/data/CommandProcessingResult.java:
##########
@@ -141,6 +141,10 @@ public void setOfficeId(final Long officeId) {
this.officeId = officeId;
}
+ public void setResourceId(Long resourceId) {
Review Comment:
What about using Lombok ?
--
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]