Skip to content

Commit d293b07

Browse files
committed
#562 - 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 d293b07

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

pom.xml

+11-1
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,22 @@
2525
<id>ogierke</id>
2626
<name>Oliver Gierke</name>
2727
<email>ogierke(at)pivotal.io</email>
28-
<organization>Pivotal, Inc.</organization>
28+
<organization>Pivotal Software, Inc.</organization>
2929
<roles>
3030
<role>Project lead</role>
3131
</roles>
3232
<timezone>+1</timezone>
3333
</developer>
34+
<developer>
35+
<id>gturnquist</id>
36+
<name>Greg Turnquist</name>
37+
<email>gturnquist(at)pivotal.io</email>
38+
<organization>Pivotal Software, Inc.</organization>
39+
<roles>
40+
<role>Contributor</role>
41+
</roles>
42+
<timezone>-6</timezone>
43+
</developer>
3444
</developers>
3545

3646
<licenses>

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

-2
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)