Skip to content

Commit

Permalink
rebase PageState.page(Iterator)
Browse files Browse the repository at this point in the history
Change-Id: I4a4a13c42ef71f9f73544793c1e11503d37b21ff
  • Loading branch information
zhoney committed Apr 3, 2019
1 parent 48e24cf commit 2fa55f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1462,7 +1462,7 @@ private <T> void traverseByLabel(SchemaLabel label,
}
}
if (query.paging()) {
page = (String) ((Metadatable) itor).metadata("page");
page = PageState.page(itor);
}
} while (page != null);
}
Expand Down

0 comments on commit 2fa55f5

Please sign in to comment.