Commit 402dcb7e authored by Phillip Webb's avatar Phillip Webb

Polish

parent 21b645fb
......@@ -71,4 +71,9 @@ class FilteredConfigurationPropertiesSource implements ConfigurationPropertySour
return this.filter;
}
@Override
public String toString() {
return this.source.toString() + " (filtered)";
}
}
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