Add missing @param tag

See gh-4415
This commit is contained in:
Phillip Webb 2015-11-09 12:18:55 -08:00
parent bd20b5419e
commit 564cbfe96c
1 changed files with 1 additions and 0 deletions

View File

@ -227,6 +227,7 @@ public class ConfigurationPropertiesReportEndpoint
/**
* Sanitize all unwanted configuration properties to avoid leaking of sensitive
* information.
* @param prefix the property prefix
* @param map the source map
* @return the sanitized map
*/