Skip to content

Commit 911fee9

Browse files
author
ehennum
committed
Bug:19072 JavaDoc
git-svn-id: svn+ssh://svn.marklogic.com/project/engsvn/client-api/java/trunk@112907 62cac252-8da6-4816-9e9d-6dc37b19578c
1 parent 6d1d589 commit 911fee9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/marklogic/client/io/QueryOptionsHandle.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@
9393
*
9494
* <pre>QueryOptionsHandle handle = new QueryOptionsHandle();</pre>
9595
*
96-
* <p>Build up options to a handle using</p>
96+
* <p>Build up options to a handle using fluent setter methods</p>
9797
*
98-
* <pre>handle.build()</pre>
98+
* <pre>handle.withConstraints(...).withTerm(...).withOperators(...)</pre>
9999
*
100100
* <p>and constructed items from QueryOptionsBuilder.</p>
101101
*

0 commit comments

Comments
 (0)