This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/11.0.x by this push:
     new 2644f6d994 Not strictly necessary but stops Eclipse from complaining
2644f6d994 is described below

commit 2644f6d994d3501fb2ff9fdb57ccc3d6d389508e
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

Reply via email to