This is an automated email from the ASF dual-hosted git repository.
rmaucher 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 156836b012 Fix access to the constructor
156836b012 is described below
commit 156836b0126d2aa6195710eac49df2049aae83e1
Author: remm <[email protected]>
AuthorDate: Mon Jun 22 16:57:27 2026 +0200
Fix access to the constructor
BZ70127
---
java/org/apache/catalina/startup/Bootstrap.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/catalina/startup/Bootstrap.java
b/java/org/apache/catalina/startup/Bootstrap.java
index 017df02029..05e213f47a 100644
--- a/java/org/apache/catalina/startup/Bootstrap.java
+++ b/java/org/apache/catalina/startup/Bootstrap.java
@@ -46,7 +46,7 @@ public final class Bootstrap {
/**
* Default constructor.
*/
- private Bootstrap() {
+ public Bootstrap() {
}
private static final Log log = LogFactory.getLog(Bootstrap.class);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]