Skip to content

Commit

Permalink
remove extra this [#4]
Browse files Browse the repository at this point in the history
  • Loading branch information
dnl-blkv committed Sep 3, 2017
1 parent 6e9fe73 commit 649f070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/bunq/sdk/http/Pagination.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public Map<String, String> getUrlParamsPreviousPage() {
}

public boolean hasPreviousItem() {
return this.olderId != null;
return olderId != null;
}

public Map<String, String> getUrlParamsCountOnly() {
Expand Down

0 comments on commit 649f070

Please sign in to comment.