Make BootstrapUtils public
See gh-28891
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user