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


##########
fineract-provider/src/main/java/org/apache/fineract/commands/api/AuditsApiResource.java:
##########
@@ -137,15 +101,10 @@ public String retrieveAuditEntries(@Context final UriInfo 
uriInfo,
             + "audits/20?fields=madeOnDate,maker,processingResult")
     @ApiResponses({
             @ApiResponse(responseCode = "200", description = "OK", content = 
@Content(schema = @Schema(implementation = 
MakercheckersApiResourceSwagger.GetMakerCheckerResponse.class))) })

Review Comment:
   You might wanna remove this @ApiResponse annotation as it is using 
"GetMakerCheckerResponse" which is weird, no?



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