Skip to content

Commit bb46325

Browse files
author
ehennum
committed
Bug:25664 tweak JavaDoc for default start constant
git-svn-id: svn+ssh://svn.marklogic.com/project/engsvn/client-api/java/branches/b2_0@159931 62cac252-8da6-4816-9e9d-6dc37b19578c
1 parent d4d6064 commit bb46325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/marklogic/client/query/QueryManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public interface QueryManager {
4141
*/
4242
static final public long DEFAULT_PAGE_LENGTH = -1;
4343
/**
44-
* The default page for search results.
44+
* The offset of the first result in the default page.
4545
*/
4646
static final public long START = 1;
4747

0 commit comments

Comments
 (0)