Commit ec2064d9 authored by Phillip Webb's avatar Phillip Webb

Remove TODO

See gh-4796
parent eaddb4f0
...@@ -232,7 +232,6 @@ public class ConfigurationPropertiesBindingPostProcessor ...@@ -232,7 +232,6 @@ public class ConfigurationPropertiesBindingPostProcessor
PropertySourcesPlaceholderConfigurer configurer = getSinglePropertySourcesPlaceholderConfigurer(); PropertySourcesPlaceholderConfigurer configurer = getSinglePropertySourcesPlaceholderConfigurer();
if (configurer != null) { if (configurer != null) {
// Flatten the sources into a single list so they can be iterated // Flatten the sources into a single list so they can be iterated
// TODO: maybe we don't really need this (and it has lifecycle implications)
return new FlatPropertySources(configurer.getAppliedPropertySources()); return new FlatPropertySources(configurer.getAppliedPropertySources());
} }
if (this.environment instanceof ConfigurableEnvironment) { if (this.environment instanceof ConfigurableEnvironment) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment