diff --git a/pom.xml b/pom.xml index 9fd561af2..981727ba7 100644 --- a/pom.xml +++ b/pom.xml @@ -25,12 +25,22 @@ ogierke Oliver Gierke ogierke(at)pivotal.io - Pivotal, Inc. + Pivotal Software, Inc. Project lead +1 + + gturnquist + Greg Turnquist + gturnquist(at)pivotal.io + Pivotal Software, Inc. + + Contributor + + -6 + diff --git a/src/main/java/org/springframework/hateoas/PagedResources.java b/src/main/java/org/springframework/hateoas/PagedResources.java index 8cf0c126a..a2116c3ec 100644 --- a/src/main/java/org/springframework/hateoas/PagedResources.java +++ b/src/main/java/org/springframework/hateoas/PagedResources.java @@ -102,7 +102,6 @@ public static , S> PagedResources wrap(Iterable cont /** * Returns the Link pointing to the next page (if set). * - * @see #addPaginationLinks(Link) * @return */ @JsonIgnore @@ -113,7 +112,6 @@ public Link getNextLink() { /** * Returns the Link pointing to the previous page (if set). * - * @see #addPaginationLinks(Link) * @return */ @JsonIgnore