File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/main/java/com/marklogic/client/document Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1- /*
2- * Copyright 2012-2015 MarkLogic Corporation
1+ /* * Copyright 2012-2015 MarkLogic Corporation
32 *
43 * Licensed under the Apache License, Version 2.0 (the "License");
54 * you may not use this file except in compliance with the License.
@@ -90,7 +89,7 @@ public enum Metadata {
9089 * TextDocumentManager, and BinaryDocumentManager, creates a builder for specifying
9190 * changes to only the metadata of a document since binary and text documents cannot
9291 * be changed with patches.
93- * @param pathFormat whether the patch specifies with JSON or XML paths
92+ * @param pathFormat the patch path language. Set to JSON for JSONPath or XML for XPath.
9493 * @return the patch builder
9594 */
9695 public DocumentMetadataPatchBuilder newPatchBuilder (Format pathFormat );
You can’t perform that action at this time.
0 commit comments