Skip to content

Commit

Permalink
Make BootstrapUtils public
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Jul 30, 2022
1 parent ebeadc7 commit 2dc8335
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
* @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";
Expand Down

0 comments on commit 2dc8335

Please sign in to comment.