We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 999b6fb commit ddd4304Copy full SHA for ddd4304
src/main/java/org/gitlab4j/api/Pager.java
@@ -69,7 +69,7 @@ public class Pager<T> implements Iterator<List<T>>, Constants {
69
* @param pathArgs HTTP path arguments
70
* @throws GitLabApiException if any error occurs
71
*/
72
- Pager(AbstractApi api, Class<T> type, int itemsPerPage, MultivaluedMap<String, String> queryParams, Object... pathArgs) throws GitLabApiException {
+ public Pager(AbstractApi api, Class<T> type, int itemsPerPage, MultivaluedMap<String, String> queryParams, Object... pathArgs) throws GitLabApiException {
73
74
javaType = mapper.getTypeFactory().constructCollectionType(List.class, type);
75
0 commit comments