Skip to content

Commit c8308b6

Browse files
committed
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
1 parent 83c1696 commit c8308b6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/org/springframework/hateoas/PagedResources.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ public static <T extends Resource<S>, S> PagedResources<T> wrap(Iterable<S> cont
102102
/**
103103
* Returns the Link pointing to the next page (if set).
104104
*
105-
* @see #addPaginationLinks(Link)
106105
* @return
107106
*/
108107
@JsonIgnore
@@ -113,7 +112,6 @@ public Link getNextLink() {
113112
/**
114113
* Returns the Link pointing to the previous page (if set).
115114
*
116-
* @see #addPaginationLinks(Link)
117115
* @return
118116
*/
119117
@JsonIgnore

0 commit comments

Comments
 (0)