We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ba355 commit f454f87Copy full SHA for f454f87
1 file changed
java/org/apache/catalina/startup/Bootstrap.java
@@ -46,7 +46,7 @@ public final class Bootstrap {
46
/**
47
* Default constructor.
48
*/
49
- private Bootstrap() {
+ public Bootstrap() {
50
}
51
52
private static final Log log = LogFactory.getLog(Bootstrap.class);
0 commit comments