Skip to content

Commit 7343d14

Browse files
author
dsokolsky
committed
remove some the the s
git-svn-id: svn+ssh://svn.marklogic.com/project/engsvn/client-api/java/branches/b1_0@143523 62cac252-8da6-4816-9e9d-6dc37b19578c
1 parent 051390e commit 7343d14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/com/marklogic/client/admin/QueryOptionsManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public interface QueryOptionsManager {
2828

2929

3030
/**
31-
* Fetch a query options configuration from the the REST Server by name.
31+
* Fetch a query options configuration from the REST Server by name.
3232
* <p>
3333
* Use a QueryOptionsHandle object for access to the configuration with Java.
3434
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public QueryOptionsHandle() {
152152

153153
@Override
154154
/**
155-
* Add an annotation to the the query options.
155+
* Add an annotation to the query options.
156156
* @param queryAnnotation The annotation, as an XML string
157157
*/
158158
public QueryOptionsHandle annotate(String queryAnnotation) {

0 commit comments

Comments
 (0)