Skip to content

Commit 997de53

Browse files
committed
Remove uncessary call in PropertiesMigrationReport
Closes gh-14974
1 parent 236bd85 commit 997de53

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-boot-project/spring-boot-properties-migrator/src/main/java/org/springframework/boot/context/properties/migrator/PropertiesMigrationReporter.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ private Predicate<ConfigurationMetadataProperty> deprecatedFilter() {
174174

175175
private Map<String, ConfigurationPropertySource> getPropertySourcesAsMap() {
176176
Map<String, ConfigurationPropertySource> map = new LinkedHashMap<>();
177-
ConfigurationPropertySources.get(this.environment);
178177
for (ConfigurationPropertySource source : ConfigurationPropertySources
179178
.get(this.environment)) {
180179
map.put(determinePropertySourceName(source), source);

0 commit comments

Comments
 (0)