Cocoa-Puffs commented on code in PR #4732:
URL: https://github.com/apache/fineract/pull/4732#discussion_r2123744664
##########
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 spoke with @somasorosdpc and he said that I could delete the swagger file
as well as any integration tests that depend on it because we have similar
tests elsewhere.
--
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]