Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ public Query skip(long skip) {

/**
* Limit the number of returned documents to {@code limit}.
* If limit chosen is 0 it returns all documents
*
* @param limit
* @return this.
Expand Down