Skip to content

Commit c83f90d

Browse files
committed
fix remaining doc block issues
1 parent ffc156e commit c83f90d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/main/java/io/apimatic/core/types/pagination/PageWrapper.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public boolean isNumberPagination() {
7575

7676
/**
7777
* Sets the next link input
78-
* @param strategy value of next link input
78+
* @param nextLinkInput value of next link input
7979
*/
8080
public void setNextLinkInput(String nextLinkInput) {
8181
this.nextLinkInput = nextLinkInput;
@@ -91,7 +91,7 @@ public String getNextLinkInput() {
9191

9292
/**
9393
* Sets the cursor input
94-
* @param strategy value of cursor input
94+
* @param cursorInput value of cursor input
9595
*/
9696
public void setCursorInput(String cursorInput) {
9797
this.cursorInput = cursorInput;
@@ -107,7 +107,7 @@ public String getCursorInput() {
107107

108108
/**
109109
* Sets the offset input
110-
* @param strategy value of offset input
110+
* @param offsetInput value of offset input
111111
*/
112112
public void setOffsetInput(int offsetInput) {
113113
this.offsetInput = offsetInput;
@@ -123,7 +123,7 @@ public int getOffsetInput() {
123123

124124
/**
125125
* Sets the page input
126-
* @param strategy value of page input
126+
* @param pageInput value of page input
127127
*/
128128
public void setPageInput(int pageInput) {
129129
this.pageInput = pageInput;

0 commit comments

Comments
 (0)