Skip to content

Commit 9f875b2

Browse files
gregturnodrotbohm
authored andcommitted
#562 - Clean up JavaDocs by removing references to downstream methods.
Putting in links to downstream methods (Spring Data Commons PagedResourcesAssembler.addPaginationLinks(…)) is not advisable. Related ticket: #501.
1 parent 2598370 commit 9f875b2

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)