diff --git a/spring-boot/src/main/java/org/springframework/boot/bind/PropertiesConfigurationFactory.java b/spring-boot/src/main/java/org/springframework/boot/bind/PropertiesConfigurationFactory.java index 8a160634bec..3f1ec1ea84b 100644 --- a/spring-boot/src/main/java/org/springframework/boot/bind/PropertiesConfigurationFactory.java +++ b/spring-boot/src/main/java/org/springframework/boot/bind/PropertiesConfigurationFactory.java @@ -208,7 +208,6 @@ public class PropertiesConfigurationFactory /** * Flag to indicate that placeholders should be replaced during binding. Default is * true. - * * @param resolvePlaceholders flag value */ public void setResolvePlaceholders(boolean resolvePlaceholders) { diff --git a/spring-boot/src/main/java/org/springframework/boot/bind/PropertySourcesPropertyValues.java b/spring-boot/src/main/java/org/springframework/boot/bind/PropertySourcesPropertyValues.java index b385233f023..f3a786d5734 100644 --- a/spring-boot/src/main/java/org/springframework/boot/bind/PropertySourcesPropertyValues.java +++ b/spring-boot/src/main/java/org/springframework/boot/bind/PropertySourcesPropertyValues.java @@ -109,7 +109,6 @@ public class PropertySourcesPropertyValues implements PropertyValues { /** * Flag to indicate that placeholders should be replaced during binding. Default is * true. - * * @param resolvePlaceholders flag value */ public void setResolvePlaceholders(boolean resolvePlaceholders) {