#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.
This commit is contained in:
Greg Turnquist
2017-03-22 16:23:01 -05:00
committed by Oliver Gierke
parent 2598370164
commit 9f875b211b

View File

@@ -102,7 +102,6 @@ public class PagedResources<T> extends Resources<T> {
/**
* Returns the Link pointing to the next page (if set).
*
* @see #addPaginationLinks(Link)
* @return
*/
@JsonIgnore
@@ -113,7 +112,6 @@ public class PagedResources<T> extends Resources<T> {
/**
* Returns the Link pointing to the previous page (if set).
*
* @see #addPaginationLinks(Link)
* @return
*/
@JsonIgnore