Commit 564cbfe9 authored by Phillip Webb's avatar Phillip Webb

Add missing @param tag

See gh-4415
parent bd20b541
...@@ -227,6 +227,7 @@ public class ConfigurationPropertiesReportEndpoint ...@@ -227,6 +227,7 @@ public class ConfigurationPropertiesReportEndpoint
/** /**
* Sanitize all unwanted configuration properties to avoid leaking of sensitive * Sanitize all unwanted configuration properties to avoid leaking of sensitive
* information. * information.
* @param prefix the property prefix
* @param map the source map * @param map the source map
* @return the sanitized map * @return the sanitized map
*/ */
......
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