adamsaghy commented on code in PR #4819:
URL: https://github.com/apache/fineract/pull/4819#discussion_r2174706212


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/service/LoanAccrualActivityProcessingServiceImpl.java:
##########
@@ -195,9 +195,10 @@ public void processAccrualActivityForLoanReopen(final 
@NonNull Loan loan) {
             return isDueBefore && isAfterOrEqualToLastAccrualDate;
         
}).sorted(Comparator.comparing(LoanRepaymentScheduleInstallment::getDueDate)).toList();
 
-        installments.forEach(installment -> {

Review Comment:
   Dont you like the stream foreach? :) 



-- 
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]

Reply via email to