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

View File

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