Browse Source

Merge pull request #25596 from izeye

* gh-25596:
  Add Javadoc since tag to Bootstrapper.initialize()

Closes gh-25596
pull/25709/head
Andy Wilkinson 5 years ago
parent
commit
f3b8c2d477
  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