#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:
committed by
Oliver Gierke
parent
2598370164
commit
9f875b211b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user