josehernandezfintecheandomx commented on code in PR #2783:
URL: https://github.com/apache/fineract/pull/2783#discussion_r1049300800
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/client/service/ClientReadPlatformServiceImpl.java:
##########
@@ -559,11 +559,143 @@ public Collection<ClientData>
retrieveActiveClientMembersOfCenter(final Long cen
hierarchySearchString, centerId,
ClientStatus.ACTIVE.getValue());
}
- private static final class ClientMapper implements RowMapper<ClientData> {
+ private static final class ParentGroupsMapper implements
RowMapper<GroupGeneralData> {
Review Comment:
Pretty simple, It was not reordered, ClientMapper was replaced with a mapper
using MapStruct
--
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]