Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 706cdac

Browse filesBrowse files
committed
bug fix
1 parent 0b69743 commit 706cdac
Copy full SHA for 706cdac

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎src/main/java/org/kohsuke/github/PagedIterator.java

Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/PagedIterator.java
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ public T next() {
4040
private void fetch() {
4141
while (current==null || current.length<=pos) {
4242
current = base.next();
43+
wrapUp(current);
4344
pos = 0;
4445
}
4546
// invariant at the end: there's some data to retrieve

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.