Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit df77740

Browse files
committed
Correct docstring typo in JsonIndex.
1 parent 64fbf12 commit df77740

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • cloudant-client/src/main/java/com/cloudant/client/api/query

cloudant-client/src/main/java/com/cloudant/client/api/query/JsonIndex.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public Builder designDocument(String designDocumentId) {
159159
* <p>
160160
* Obtain a selector from an {@link Operation} or {@link Expression}.
161161
* </p>
162-
* @param selector string representation of a JSON object describing criteria used to add
162+
* @param selector {@code Selector} object describing criteria used to add
163163
* documents to index
164164
* @return the builder for chaining
165165
* @see Selector

0 commit comments

Comments
 (0)