This is an automated email from the ASF dual-hosted git repository.
rmaucher 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 4066a5197a Fix access to the constructor
4066a5197a is described below
commit 4066a5197a5b52a9b78ad911e85cc8d8cd9f38af
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 b029100ecd..40eb834e82 100644
--- a/java/org/apache/catalina/startup/Bootstrap.java
+++ b/java/org/apache/catalina/startup/Bootstrap.java
@@ -47,7 +47,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]