From 7896ec5a7b9750125dabae2aef6b8057cbae9953 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 20 Sep 2016 14:20:52 -0700 Subject: [PATCH] Polish --- .../boot/bind/PropertiesConfigurationFactory.java | 1 - .../springframework/boot/bind/PropertySourcesPropertyValues.java | 1 - 2 files changed, 2 deletions(-) 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 8a160634be..3f1ec1ea84 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 b385233f02..f3a786d573 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) {