From d293b0718906da9988a049f341195d077b4625bd Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Wed, 22 Mar 2017 16:23:01 -0500 Subject: [PATCH] #562 - Clean up JavaDocs by removing references to downstream methods. Putting in links to downstream methods (Spring Data Commons `PagedResourcesAssembler.addPaginationLinks`) is not advisable. Resolves #501 --- pom.xml | 12 +++++++++++- .../org/springframework/hateoas/PagedResources.java | 2 -- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 9fd561af2..981727ba7 100644 --- a/pom.xml +++ b/pom.xml @@ -25,12 +25,22 @@ ogierke Oliver Gierke ogierke(at)pivotal.io - Pivotal, Inc. + Pivotal Software, Inc. Project lead +1 + + gturnquist + Greg Turnquist + gturnquist(at)pivotal.io + Pivotal Software, Inc. + + Contributor + + -6 + diff --git a/src/main/java/org/springframework/hateoas/PagedResources.java b/src/main/java/org/springframework/hateoas/PagedResources.java index 8cf0c126a..a2116c3ec 100644 --- a/src/main/java/org/springframework/hateoas/PagedResources.java +++ b/src/main/java/org/springframework/hateoas/PagedResources.java @@ -102,7 +102,6 @@ public static , S> PagedResources wrap(Iterable cont /** * Returns the Link pointing to the next page (if set). * - * @see #addPaginationLinks(Link) * @return */ @JsonIgnore @@ -113,7 +112,6 @@ public Link getNextLink() { /** * Returns the Link pointing to the previous page (if set). * - * @see #addPaginationLinks(Link) * @return */ @JsonIgnore