Browse Source

Polish

pull/31400/head
Stephane Nicoll 4 years ago
parent
commit
063e56dbff
  1. 2
      spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/web/ManagementContextFactory.java
  2. 2
      spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/ConstructorBound.java

2
spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/web/ManagementContextFactory.java

@ -45,7 +45,7 @@ public final class ManagementContextFactory { @@ -45,7 +45,7 @@ public final class ManagementContextFactory {
private final Class<? extends WebServerFactory> webServerFactoryClass;
private Class<?>[] autoConfigurationClasses;
private final Class<?>[] autoConfigurationClasses;
public ManagementContextFactory(WebApplicationType webApplicationType,
Class<? extends WebServerFactory> webServerFactoryClass, Class<?>... autoConfigurationClasses) {

2
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/ConstructorBound.java

@ -23,7 +23,7 @@ import org.springframework.beans.factory.BeanFactory; @@ -23,7 +23,7 @@ import org.springframework.beans.factory.BeanFactory;
* injection.
*
* @author Stephane Nicoll
* @since 3.0
* @since 3.0.0
* @see ConstructorBinding
*/
public abstract class ConstructorBound {

Loading…
Cancel
Save