vidakovic commented on code in PR #5811:
URL: https://github.com/apache/fineract/pull/5811#discussion_r3310166008


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/account/api/AccountTransfersApiResource.java:
##########
@@ -86,11 +90,10 @@ public AccountTransferData template(@BeanParam 
AccountTransSearchParam accountTr
     @Operation(summary = "Create new Transfer", operationId = 
"createAccountTransfer", description = "Ability to create new transfer of 
monetary funds from one account to another.")
     @RequestBody(required = true, content = @Content(schema = 
@Schema(implementation = AccountTransferRequest.class)))

Review Comment:
   Again, these are the annotations we want to get rid of. If we have proper 
types then these are not necessary: `@RequestBody` and `@ApiResponse`. Please 
fix this also for all following occurrences, won't comment on each.



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