Skip to content

Commit be5aa09

Browse files
committed
minor correction to javadoc - include search in things affected by setMetadataCategories
1 parent c82dd33 commit be5aa09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/com/marklogic/client/document/DocumentManager.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1138,18 +1138,18 @@ public void writeDefaultMetadata(String docId, Transaction transaction)
11381138
public Format getContentFormat();
11391139

11401140
/**
1141-
* Returns the categories of metadata to read, write, or patch.
1141+
* Returns the categories of metadata to read, write, patch, or search.
11421142
*
11431143
* @return the set of metadata categories
11441144
*/
11451145
public Set<Metadata> getMetadataCategories();
11461146
/**
1147-
* Specifies the categories of metadata to read, write, or patch.
1147+
* Specifies the categories of metadata to read, write, patch, or search.
11481148
* @param categories the set of metadata categories
11491149
*/
11501150
public void setMetadataCategories(Set<Metadata> categories);
11511151
/**
1152-
* Specifies the categories of metadata to read, write, or patch.
1152+
* Specifies the categories of metadata to read, write, patch, or search.
11531153
* @param categories the set of metadata categories
11541154
*/
11551155
public void setMetadataCategories(Metadata... categories);

0 commit comments

Comments
 (0)