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


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/address/service/AddressWritePlatformService.java:
##########
@@ -24,8 +24,6 @@
 
 public interface AddressWritePlatformService {
 
-    CommandProcessingResult addClientAddress(Long clientId, Long 
addressTypeId, JsonCommand command);
-
     CommandProcessingResult addNewClientAddress(Client client, JsonCommand 
command);

Review Comment:
   Nope, belongs to legacy command processing.



##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/address/service/AddressWritePlatformService.java:
##########
@@ -24,8 +24,6 @@
 
 public interface AddressWritePlatformService {
 
-    CommandProcessingResult addClientAddress(Long clientId, Long 
addressTypeId, JsonCommand command);
-
     CommandProcessingResult addNewClientAddress(Client client, JsonCommand 
command);
 
     CommandProcessingResult updateClientAddress(Long clientId, JsonCommand 
command);

Review Comment:
   Nope, belongs to legacy 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