Commit 997de53f authored by Phillip Webb's avatar Phillip Webb

Remove uncessary call in PropertiesMigrationReport

Closes gh-14974
parent 236bd856
......@@ -174,7 +174,6 @@ class PropertiesMigrationReporter {
private Map<String, ConfigurationPropertySource> getPropertySourcesAsMap() {
Map<String, ConfigurationPropertySource> map = new LinkedHashMap<>();
ConfigurationPropertySources.get(this.environment);
for (ConfigurationPropertySource source : ConfigurationPropertySources
.get(this.environment)) {
map.put(determinePropertySourceName(source), source);
......
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