Skip to content

Commit 83bee80

Browse files
committed
Fixed small typo in deprecation notice
1 parent 0e5bb77 commit 83bee80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

marklogic-client-api/src/main/java/com/marklogic/client/query/StructuredQueryBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ public StructuredQueryDefinition directory(boolean isInfinite, String... uris) {
469469
* A value of 1 means to exclude subdirectories.
470470
* @param uris the identifiers for the criteria directories
471471
* @return the StructuredQueryDefinition for the directory query
472-
* @deprecated since 4.6.1; a directory query in MarkLogic does not support custom depths; it is either limited
472+
* @deprecated since 6.4.0; a directory query in MarkLogic does not support custom depths; it is either limited
473473
* to the given directory or it is "infinite". For that reason, prefer the {@code directory} method that accepts a
474474
* boolean indicating whether the directory query is infinite.
475475
*/

0 commit comments

Comments
 (0)