From 9f875b211bc2ada13d31514cda1fcbb6cf4cced9 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. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Putting in links to downstream methods (Spring Data Commons PagedResourcesAssembler.addPaginationLinks(…)) is not advisable. Related ticket: #501. --- src/main/java/org/springframework/hateoas/PagedResources.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/java/org/springframework/hateoas/PagedResources.java b/src/main/java/org/springframework/hateoas/PagedResources.java index 8cf0c126..a2116c3e 100644 --- a/src/main/java/org/springframework/hateoas/PagedResources.java +++ b/src/main/java/org/springframework/hateoas/PagedResources.java @@ -102,7 +102,6 @@ public class PagedResources extends Resources { /** * Returns the Link pointing to the next page (if set). * - * @see #addPaginationLinks(Link) * @return */ @JsonIgnore @@ -113,7 +112,6 @@ public class PagedResources extends Resources { /** * Returns the Link pointing to the previous page (if set). * - * @see #addPaginationLinks(Link) * @return */ @JsonIgnore