This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new 933f964fb1 Not strictly necessary but stops Eclipse from complaining 933f964fb1 is described below commit 933f964fb151dda3d53fd28ee94f8e71803e3200 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Mar 17 14:39:29 2025 +0000 Not strictly necessary but stops Eclipse from complaining --- java/org/apache/catalina/startup/Bootstrap.java | 1 + 1 file changed, 1 insertion(+) diff --git a/java/org/apache/catalina/startup/Bootstrap.java b/java/org/apache/catalina/startup/Bootstrap.java index c5b35bd829..adfa9eaf95 100644 --- a/java/org/apache/catalina/startup/Bootstrap.java +++ b/java/org/apache/catalina/startup/Bootstrap.java @@ -484,6 +484,7 @@ public final class Bootstrap { System.exit(1); } System.exit(0); + break; default: log.warn("Bootstrap: command \"" + command + "\" does not exist."); break; --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org