Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,22 @@
<id>ogierke</id>
<name>Oliver Gierke</name>
<email>ogierke(at)pivotal.io</email>
<organization>Pivotal, Inc.</organization>
<organization>Pivotal Software, Inc.</organization>
<roles>
<role>Project lead</role>
</roles>
<timezone>+1</timezone>
</developer>
<developer>
<id>gturnquist</id>
<name>Greg Turnquist</name>
<email>gturnquist(at)pivotal.io</email>
<organization>Pivotal Software, Inc.</organization>
<roles>
<role>Contributor</role>
</roles>
<timezone>-6</timezone>
</developer>
</developers>

<licenses>
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/org/springframework/hateoas/PagedResources.java
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ public static <T extends Resource<S>, S> PagedResources<T> wrap(Iterable<S> cont
/**
* Returns the Link pointing to the next page (if set).
*
* @see #addPaginationLinks(Link)
* @return
*/
@JsonIgnore
Expand All @@ -113,7 +112,6 @@ public Link getNextLink() {
/**
* Returns the Link pointing to the previous page (if set).
*
* @see #addPaginationLinks(Link)
* @return
*/
@JsonIgnore
Expand Down