Browse Source

Polish

pull/6966/head
Phillip Webb 9 years ago
parent
commit
7896ec5a7b
  1. 1
      spring-boot/src/main/java/org/springframework/boot/bind/PropertiesConfigurationFactory.java
  2. 1
      spring-boot/src/main/java/org/springframework/boot/bind/PropertySourcesPropertyValues.java

1
spring-boot/src/main/java/org/springframework/boot/bind/PropertiesConfigurationFactory.java

@ -208,7 +208,6 @@ public class PropertiesConfigurationFactory<T> @@ -208,7 +208,6 @@ public class PropertiesConfigurationFactory<T>
/**
* Flag to indicate that placeholders should be replaced during binding. Default is
* true.
*
* @param resolvePlaceholders flag value
*/
public void setResolvePlaceholders(boolean resolvePlaceholders) {

1
spring-boot/src/main/java/org/springframework/boot/bind/PropertySourcesPropertyValues.java

@ -109,7 +109,6 @@ public class PropertySourcesPropertyValues implements PropertyValues { @@ -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) {

Loading…
Cancel
Save