Polish @deprecated javadoc and link to replacements where available

Closes gh-6765
This commit is contained in:
Andy Wilkinson
2016-08-31 14:34:49 +01:00
parent d720645275
commit 3814e509a3
31 changed files with 38 additions and 32 deletions

View File

@@ -54,7 +54,7 @@ public class InfoEndpoint extends AbstractEndpoint<Map<String, Object>> {
* Constructor provided for backward compatibility.
* @param info a map (which is added to the info)
* @param infoContributors the info contributors to use
* @deprecated as of 1.4 in favor of the constructor without the map
* @deprecated as of 1.4 in favor of {@link #InfoEndpoint(List)}
*/
@Deprecated
public InfoEndpoint(Map<String, Object> info, InfoContributor... infoContributors) {