Make BootstrapUtils public

See gh-28891
This commit is contained in:
Sam Brannen 2022-07-30 11:21:14 +03:00
parent ebeadc74c5
commit 2dc8335b7f
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ import org.springframework.util.StringUtils;
* @see BootstrapContext * @see BootstrapContext
* @see TestContextBootstrapper * @see TestContextBootstrapper
*/ */
abstract class BootstrapUtils { public abstract class BootstrapUtils {
private static final String DEFAULT_BOOTSTRAP_CONTEXT_CLASS_NAME = private static final String DEFAULT_BOOTSTRAP_CONTEXT_CLASS_NAME =
"org.springframework.test.context.support.DefaultBootstrapContext"; "org.springframework.test.context.support.DefaultBootstrapContext";