Skip to content

Commit 2dc8335

Browse files
committed
Make BootstrapUtils public
See gh-28891
1 parent ebeadc7 commit 2dc8335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-test/src/main/java/org/springframework/test/context/BootstrapUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
* @see BootstrapContext
4545
* @see TestContextBootstrapper
4646
*/
47-
abstract class BootstrapUtils {
47+
public abstract class BootstrapUtils {
4848

4949
private static final String DEFAULT_BOOTSTRAP_CONTEXT_CLASS_NAME =
5050
"org.springframework.test.context.support.DefaultBootstrapContext";

0 commit comments

Comments
 (0)