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


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/loanschedule/data/LoanScheduleParams.java:
##########
@@ -215,10 +216,8 @@ public static LoanScheduleParams 
createLoanScheduleParams(final MonetaryCurrency
         final Money outstandingBalanceAsPerRest = principalToBeScheduled;
         final List<LoanRepaymentScheduleInstallment> installments = new 
ArrayList<>();
         final boolean partialUpdate = false;
-        final Collection<RecalculationDetail> recalculationDetails = null;
         final LoanRepaymentScheduleTransactionProcessor 
loanRepaymentScheduleTransactionProcessor = null;
         final LocalDate scheduleTillDate = null;
-        final boolean applyInterestRecalculation = false;

Review Comment:
   is there a reason for these changes?



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