We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 570b4d0 + b3184db commit c96bc5eCopy full SHA for c96bc5e
src/com/microsoft/azure/documentdb/RangePartitionResolver.java
@@ -81,7 +81,7 @@ public String resolveForCreate(Object document) {
81
/**
82
* Resolves the collection for reading/querying the documents based on the partition key.
83
*
84
- * @param document the document to be read/queried.
+ * @param partitionKey the partition key to be read/queried.
85
86
* @return collection Self link(s) or Name based link(s) which should handle the Read operation.
87
*/
0 commit comments