Skip to content

Commit 7896ec5

Browse files
committed
Polish
1 parent 7fd169c commit 7896ec5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ public void setExceptionIfInvalid(boolean exceptionIfInvalid) {
208208
/**
209209
* Flag to indicate that placeholders should be replaced during binding. Default is
210210
* true.
211-
*
212211
* @param resolvePlaceholders flag value
213212
*/
214213
public void setResolvePlaceholders(boolean resolvePlaceholders) {

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ public PropertySourcesPropertyValues(PropertySources propertySources,
109109
/**
110110
* Flag to indicate that placeholders should be replaced during binding. Default is
111111
* true.
112-
*
113112
* @param resolvePlaceholders flag value
114113
*/
115114
public void setResolvePlaceholders(boolean resolvePlaceholders) {

0 commit comments

Comments
 (0)