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