Copilot commented on code in PR #5635:
URL: https://github.com/apache/fineract/pull/5635#discussion_r2941499734
##########
fineract-provider/src/main/java/org/apache/fineract/ServerApplication.java:
##########
@@ -54,6 +54,7 @@ private static SpringApplicationBuilder
configureApplication(SpringApplicationBu
}
public static void main(String[] args) throws IOException {
+
configureApplication(new
SpringApplicationBuilder(ServerApplication.class)).run(args);
Review Comment:
This PR is described as only fixing Swagger typos, but it also introduces an
unrelated formatting change (extra blank line) in ServerApplication.main().
Consider dropping this change (or updating the PR description) to keep the PR
scope focused on documentation typos.
--
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]