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


##########
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:
   Or we can remove the serialization from the ApiResource and delete this 
whole swagger file :D



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