pull/10304/head
Phillip Webb 7 years ago
parent 21b645fba8
commit 402dcb7ea4

@ -71,4 +71,9 @@ class FilteredConfigurationPropertiesSource implements ConfigurationPropertySour
return this.filter; return this.filter;
} }
@Override
public String toString() {
return this.source.toString() + " (filtered)";
}
} }

Loading…
Cancel
Save