adamsaghy commented on code in PR #5472:
URL: https://github.com/apache/fineract/pull/5472#discussion_r2799516807
##########
fineract-progressive-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/loanschedule/domain/ProgressiveLoanScheduleGenerator.java:
##########
@@ -197,6 +197,8 @@ public OutstandingAmountsDTO
calculatePrepaymentAmount(MonetaryCurrency currency
case NONE -> throw new IllegalStateException("Unexpected
PreClosureInterestCalculationStrategy: NONE");
};
+ // TODO: usually used for read operations, if model is incorrect
(changed state), we need to wait till something
Review Comment:
Its not a TODO item
--
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]