This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new 6cf264890d Not strictly necessary but stops Eclipse from complaining 6cf264890d is described below commit 6cf264890d09e0591ee9feb0dbf3707d5518f85b 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 cf02c102a2..4155285766 100644 --- a/java/org/apache/catalina/startup/Bootstrap.java +++ b/java/org/apache/catalina/startup/Bootstrap.java @@ -487,6 +487,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