Browse Source

Merge branch '2.4.x'

Closes gh-25599
pull/25617/head
Andy Wilkinson 5 years ago
parent
commit
e2860fee03
  1. 1
      spring-boot-project/spring-boot/src/main/java/org/springframework/boot/Bootstrapper.java

1
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/Bootstrapper.java

@ -30,6 +30,7 @@ public interface Bootstrapper { @@ -30,6 +30,7 @@ public interface Bootstrapper {
/**
* Initialize the given {@link BootstrapRegistry} with any required registrations.
* @param registry the registry to initialize
* @since 2.4.4
*/
default void initialize(BootstrapRegistry registry) {
intitialize(registry);

Loading…
Cancel
Save