vidakovic commented on code in PR #6049:
URL: https://github.com/apache/fineract/pull/6049#discussion_r3538002379


##########
fineract-core/src/main/java/org/apache/fineract/commands/service/CommandWrapperBuilder.java:
##########
@@ -365,12 +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 do we need this when we migrate to 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]

Reply via email to