Remove TODO

See gh-4796
This commit is contained in:
Phillip Webb
2015-12-17 09:40:36 +00:00
parent eaddb4f0db
commit ec2064d981

View File

@@ -232,7 +232,6 @@ public class ConfigurationPropertiesBindingPostProcessor
PropertySourcesPlaceholderConfigurer configurer = getSinglePropertySourcesPlaceholderConfigurer();
if (configurer != null) {
// 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());
}
if (this.environment instanceof ConfigurableEnvironment) {