adamsaghy commented on code in PR #5721:
URL: https://github.com/apache/fineract/pull/5721#discussion_r3041240955
##########
fineract-core/src/main/java/org/apache/fineract/portfolio/paymentdetail/service/PaymentDetailWritePlatformServiceJpaRepositoryImpl.java:
##########
@@ -25,15 +25,16 @@
import org.apache.fineract.portfolio.paymentdetail.domain.PaymentDetail;
import
org.apache.fineract.portfolio.paymentdetail.domain.PaymentDetailRepository;
import org.apache.fineract.portfolio.paymenttype.domain.PaymentType;
-import
org.apache.fineract.portfolio.paymenttype.domain.PaymentTypeRepositoryWrapper;
+import org.apache.fineract.portfolio.paymenttype.domain.PaymentTypeRepository;
+import
org.apache.fineract.portfolio.paymenttype.exception.PaymentTypeNotFoundException;
import org.springframework.transaction.annotation.Transactional;
@RequiredArgsConstructor
public class PaymentDetailWritePlatformServiceJpaRepositoryImpl implements
PaymentDetailWritePlatformService {
private final PaymentDetailRepository paymentDetailRepository;
// private final CodeValueRepositoryWrapper codeValueRepositoryWrapper;
- private final PaymentTypeRepositoryWrapper paymentTyperepositoryWrapper;
Review Comment:
Can we remove the `PaymentTypeRepositoryWrapper` class if it is not used
anymore?
--
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]