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.
1 parent 3f1fad7 commit 182407aCopy full SHA for 182407a
src/com/microsoft/azure/documentdb/HashPartitionResolver.java
@@ -130,7 +130,7 @@ public String resolveForCreate(Object document) {
130
/**
131
* Resolves the collection for reading/querying the documents based on the partition key.
132
*
133
- * @param document the document to be read/queried.
+ * @param partitionKey the partition Key to be read/queried.
134
135
* @return collection Self link(s) or Name based link(s) which should handle the Read operation
136
*/
@@ -154,4 +154,4 @@ public Iterable<String> resolveForRead(Object partitionKey) {
154
private List<Map.Entry<String,Long>> getSerializedPartitionList() {
155
return this.consistentHashRing.getSerializedPartitionList();
156
}
157
-}
+}
0 commit comments