Skip to content

Commit

Permalink
Style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BojithaPiyathilake committed Jun 22, 2022
1 parent 3e903a6 commit 23fb381
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ public void setFilterSupport(boolean supported, int maxResults) {
this.maxResults = maxResults;
}

/*
/**
* Set pagination support
* @param supportedCursor
* @param supported
*/
public void setPaginationSupport(boolean supported) {
public void setCursorPaginationSupport(boolean supported) {

this.cursorSupport = supported;
}
Expand Down

0 comments on commit 23fb381

Please sign in to comment.