adamsaghy commented on code in PR #6187:
URL: https://github.com/apache/fineract/pull/6187#discussion_r3704891400
##########
fineract-core/src/main/java/org/apache/fineract/portfolio/account/data/AccountTransferData.java:
##########
@@ -39,6 +41,8 @@ public final class AccountTransferData implements
Serializable {
private final CurrencyData currency;
private final BigDecimal transferAmount;
private final LocalDate transferDate;
+ @Schema(type = "string", example = "09:00:00Z", nullable = true)
Review Comment:
I dont think we need swagger annotations here.
##########
fineract-core/src/main/java/org/apache/fineract/portfolio/savings/data/SavingsAccountTransactionData.java:
##########
@@ -64,6 +66,8 @@ public class SavingsAccountTransactionData implements
Serializable {
private final String accountNo;
private final ExternalId externalId;
private final LocalDate date;
+ @Schema(type = "string", example = "09:00:00Z", nullable = true)
Review Comment:
I dont think we need swagger annotations here.
--
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]