Skip to content

Commit b3184db

Browse files
committed
Fix improper @param name
The @param name should be partitionKey rather than document. This causes javadocs to error out.
1 parent 3f1fad7 commit b3184db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/microsoft/azure/documentdb/RangePartitionResolver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public String resolveForCreate(Object document) {
8181
/**
8282
* Resolves the collection for reading/querying the documents based on the partition key.
8383
*
84-
* @param document the document to be read/queried.
84+
* @param partitionKey the partition key to be read/queried.
8585
*
8686
* @return collection Self link(s) or Name based link(s) which should handle the Read operation.
8787
*/

0 commit comments

Comments
 (0)