vidakovic commented on code in PR #6085:
URL: https://github.com/apache/fineract/pull/6085#discussion_r3537849234
##########
fineract-core/src/main/java/org/apache/fineract/commands/service/CommandWrapperBuilder.java:
##########
@@ -365,20 +364,12 @@ public CommandWrapperBuilder
updateCreditBureauConfiguration(final long configur
return this;
}
- public CommandWrapperBuilder addClientAddress(final long clientId, final
long addressTypeId) {
+ public CommandWrapperBuilder addClientAddress(final Long clientId, final
Long addressTypeId) {
Review Comment:
Why is this still here? CommandWrapperBuilder belongs to the legacy command
processing... could you please explain why this is still relevant when we move
those client commands to the new command processing?
--
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]