Skip to content

Commit 62e343b

Browse files
committed
fix #247- clarify javadoc for newPatchBuilder(Format)
1 parent 962304f commit 62e343b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
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);

0 commit comments

Comments
 (0)