Skip to content

Commit ec2064d

Browse files
committed
Remove TODO
See gh-4796
1 parent eaddb4f commit ec2064d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-boot/src/main/java/org/springframework/boot/context/properties/ConfigurationPropertiesBindingPostProcessor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ private PropertySources deducePropertySources() {
232232
PropertySourcesPlaceholderConfigurer configurer = getSinglePropertySourcesPlaceholderConfigurer();
233233
if (configurer != null) {
234234
// Flatten the sources into a single list so they can be iterated
235-
// TODO: maybe we don't really need this (and it has lifecycle implications)
236235
return new FlatPropertySources(configurer.getAppliedPropertySources());
237236
}
238237
if (this.environment instanceof ConfigurableEnvironment) {

0 commit comments

Comments
 (0)