This commit is contained in:
Andy Wilkinson
2018-03-16 09:57:35 +00:00
parent 87782a2db4
commit 2da4897aa8
2 changed files with 4 additions and 7 deletions

View File

@@ -41,10 +41,7 @@ public class EndpointLinksResolver {
* Creates a new {@code EndpointLinksResolver} that will resolve links to the given
* {@code endpoints}.
* @param endpoints the endpoints
* @deprecated since 2.0.1 in favor of
* {@link #EndpointLinksResolver(Collection, String)}
*/
@Deprecated
public EndpointLinksResolver(Collection<? extends ExposableEndpoint<?>> endpoints) {
this.endpoints = endpoints;
}