adamsaghy commented on code in PR #4528:
URL: https://github.com/apache/fineract/pull/4528#discussion_r2024405507
##########
fineract-progressive-loan-embeddable-schedule-generator/src/main/java/org/apache/fineract/portfolio/loanaccount/loanschedule/domain/EmbeddableProgressiveLoanScheduleGenerator.java:
##########
@@ -30,10 +31,11 @@ public class EmbeddableProgressiveLoanScheduleGenerator {
private final ScheduledDateGenerator scheduledDateGenerator;
private final EMICalculator emiCalculator;
- public EmbeddableProgressiveLoanScheduleGenerator() {
+ public
EmbeddableProgressiveLoanScheduleGenerator(LoanTransactionProcessingService
loanTransactionProcessingService) {
Review Comment:
We dont need incoming parameter of LoanTransactionProcessingService, handle
inside as null instead.
--
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]