Skip to content

Commit f454f87

Browse files
committed
Fix access to the constructor
BZ70127
1 parent 52ba355 commit f454f87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/org/apache/catalina/startup/Bootstrap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public final class Bootstrap {
4646
/**
4747
* Default constructor.
4848
*/
49-
private Bootstrap() {
49+
public Bootstrap() {
5050
}
5151

5252
private static final Log log = LogFactory.getLog(Bootstrap.class);

0 commit comments

Comments
 (0)