adamsaghy commented on code in PR #4394:
URL: https://github.com/apache/fineract/pull/4394#discussion_r1985123308


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/client/service/ClientReadPlatformServiceImpl.java:
##########
@@ -99,71 +78,11 @@ public class ClientReadPlatformServiceImpl implements 
ClientReadPlatformService
     private final ClientMembersOfGroupMapper membersOfGroupMapper = new 
ClientMembersOfGroupMapper();
     private final ParentGroupsMapper clientGroupsMapper = new 
ParentGroupsMapper();
 
-    private final AddressReadPlatformService addressReadPlatformService;
-    private final ClientFamilyMembersReadPlatformService 
clientFamilyMembersReadPlatformService;
-    private final EntityDatatableChecksReadService 
entityDatatableChecksReadService;
     private final ColumnValidator columnValidator;
     private final ClientCollateralManagementRepositoryWrapper 
clientCollateralManagementRepositoryWrapper;
-    private final ConfigurationDomainService configurationDomainService;
     private final ClientRepositoryWrapper clientRepositoryWrapper;
     private final ClientMapper clientMapper;
 
-    @Override

Review Comment:
   Why to remove all these things?



-- 
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