adamsaghy commented on code in PR #4631:
URL: https://github.com/apache/fineract/pull/4631#discussion_r2066674957
##########
fineract-accounting/src/main/java/org/apache/fineract/accounting/glaccount/api/GLAccountsApiResourceSwagger.java:
##########
@@ -203,23 +203,23 @@ private PutGLAccountsResponsechangesSwagger() {}
public PutGLAccountsResponsechangesSwagger changes;
}
- @Schema(description = "DeleteGLAccountsRequest")
- public static final class DeleteGLAccountsRequest {
+ @Schema(description = "DeleteGLAccountsResponse")
+ public static final class DeleteGLAccountsResponse {
- private DeleteGLAccountsRequest() {
+ private DeleteGLAccountsResponse() {
}
- private static final class DeleteGLAccountsRequestchangesSwagger {
+ private static final class DeleteGLAccountsResponseChangesSwagger {
Review Comment:
Ohh... i havent even checked what it is doing...just fixed the name as it is
not request :D
--
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]