This is an automated email from the ASF dual-hosted git repository.
rmaucher pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new f454f8753b Fix access to the constructor
f454f8753b is described below
commit f454f8753bbbe13e5ffa4338d24523965a77851b
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]