Skip to content

Commit f0a9e8b

Browse files
committed
add doc block comment
1 parent 4f005d1 commit f0a9e8b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ public final class PageWrapper<I, P> implements ApiResponseType<P> {
1515
* @param response Response from API call.
1616
* @param page Page to be wrapped.
1717
* @param items Extracted items from the page.
18+
* @param strategy Pagination strategy to be applied.
1819
* @return An new instance of PageWrapper.
1920
*/
2021
public static <I, P> PageWrapper<I, P> create(Response response, P page,

0 commit comments

Comments
 (0)