Polish @deprecated javadoc and link to replacements where available
Closes gh-6765
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user