This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new c6ec77fe62 Not strictly necessary but stops Eclipse from complaining
c6ec77fe62 is described below
commit c6ec77fe622c8f40c43c00307ae512669eccdaf5
Author: Mark Thomas <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]