vidakovic commented on code in PR #5657:
URL: https://github.com/apache/fineract/pull/5657#discussion_r2971900747
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/address/service/AddressReadService.java:
##########
@@ -22,7 +22,7 @@
import org.apache.fineract.portfolio.address.data.AddressData;
import org.apache.fineract.portfolio.address.filter.ClientAddressSearchParam;
-public interface AddressReadPlatformService {
+public interface AddressReadService {
Review Comment:
How about `ClientAddressReadService`?
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/address/service/AddressReadServiceImpl.java:
##########
@@ -28,29 +28,30 @@
import org.apache.fineract.infrastructure.codes.data.CodeValueData;
import
org.apache.fineract.infrastructure.codes.service.CodeValueReadPlatformService;
import org.apache.fineract.infrastructure.core.component.FetcherRule;
-import
org.apache.fineract.infrastructure.security.service.PlatformSecurityContext;
import org.apache.fineract.portfolio.address.data.AddressData;
import org.apache.fineract.portfolio.address.filter.ClientAddressSearchParam;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.jdbc.core.RowMapper;
-import org.springframework.stereotype.Service;
-@Service
@RequiredArgsConstructor
-public class AddressReadPlatformServiceImpl implements
AddressReadPlatformService {
+public class AddressReadServiceImpl implements AddressReadService {
Review Comment:
See previous comment
--
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]