adamsaghy commented on code in PR #4979:
URL: https://github.com/apache/fineract/pull/4979#discussion_r2372480499
##########
fineract-accounting/src/main/java/org/apache/fineract/accounting/closure/api/GLClosuresApiResource.java:
##########
@@ -89,10 +88,14 @@ public List<GLClosureData>
retrieveAllClosures(@QueryParam("officeId") @Paramete
@Path("{glClosureId}")
@Consumes({ MediaType.APPLICATION_JSON })
@Produces({ MediaType.APPLICATION_JSON })
- @Operation(summary = "Retrieve an Accounting Closure", description =
"Example Requests:\n" + "\n" + "glclosures/1\n" + "\n" + "\n"
- + "/glclosures/1?fields=officeName,closingDate")
- @ApiResponses({
- @ApiResponse(responseCode = "200", description = "OK", content =
@Content(schema = @Schema(implementation =
GLClosuresApiResourceSwagger.GetGlClosureResponse.class))) })
+ @Operation(summary = "Retrieve an Accounting Closure", description = """
+ Example Requests:
+
+ glclosures/1
+
+
+ /glclosures/1?fields=officeName,closingDate""")
Review Comment:
Changing one place the description to use textblock, but left the others
unchanged is not an improvement. Please either undo it or change everywhere!
--
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]