magyari-adam commented on code in PR #4432:
URL: https://github.com/apache/fineract/pull/4432#discussion_r1988887442
##########
fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/api/LoanTransactionsApiResourceSwagger.java:
##########
@@ -275,6 +276,12 @@ private PaymentType() {}
}
}
+ @Schema(description = "GetLoansLoanIdTransactionsResponse")
+ public abstract static class GetLoansLoanIdTransactionsResponse implements
Page<GetLoansLoanIdTransactionsTransactionIdResponse> {
Review Comment:
I didn't want to fully implement the Page interface for it, and it's here
because swagger can't take response spec with type parameter in it.
--
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]