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


##########
fineract-progressive-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/service/InternalProgressiveLoanApiResourceSwagger.java:
##########
@@ -37,7 +37,7 @@ private ProgressiveLoanInterestScheduleModel() {}
         @Schema(example = "[]")
         public TreeSet<InterestRate> interestRates;
         @Schema(example = "{}")
-        public Map<Integer, List<LoanTermVariationsData>> loanTermVariations;
+        public Map<Integer, List<InternalLoanTermVariationsData>> 
loanTermVariations;

Review Comment:
   I am not fond of this new name.... Why is this needed?



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