Skip to content

Commit b4905a4

Browse files
---
yaml --- r: 8823 b: refs/heads/lesv-patch-1 c: e306025 h: refs/heads/master i: 8821: 2916fb4 8819: cd20a91 8815: 6f77771
1 parent 860bbc2 commit b4905a4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ refs/tags/v0.22.0: 18b298fe4bfe8ec2f20b0e0bf7ffdcce5cc3c5fe
6666
refs/heads/vam-google-patch-1: d0c8fee3a4074d0bf7360ce8c4f7f7223d0ee7b9
6767
refs/heads/vam-google-patch-CODEOWNERS: 2ac1616e25229e51d08a984708ef1918f91a35ee
6868
refs/heads/danoscarmike-patch-1: 7342a9916bce4ed00002c7202e2a16c5d46afaea
69-
refs/heads/lesv-patch-1: 37b6dcfc4e5319eebf6b548fbcc9c9f00fbd167e
69+
refs/heads/lesv-patch-1: e30602511aac8da4740d887addd1fe8bb191a5d7
7070
refs/heads/ml-update-branch: 079dd6610017f5c51b9d1938c12d6d55b61513cf
7171
refs/heads/vkedia-patch-2: 7d8241388a9769a5c069334761b06c7012c878e7
7272
refs/heads/vkedia-patch-3: 4d128043acaa7db9160faf439d2ca6104e8a88cb

branches/lesv-patch-1/google-cloud-firestore/src/main/java/com/google/cloud/firestore/UpdateBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ private T performDelete(
459459

460460
/** Commit the current batch. */
461461
ApiFuture<List<WriteResult>> commit(@Nullable ByteString transactionId) {
462-
// We create our own copy of this array since we need to access it when processing the response.
462+
// We create our own copy of this list since we need to access it when processing the response.
463463
final ImmutableList<Write> writeRequests = ImmutableList.copyOf(this.writes);
464464

465465
CommitRequest.Builder request = CommitRequest.newBuilder();
@@ -494,7 +494,7 @@ public List<WriteResult> apply(CommitResponse commitResponse) {
494494
writeResults.iterator();
495495

496496
while (requestIterator.hasNext() && responseIterator.hasNext()) {
497-
// Don't return write results for document transforms, as the fact
497+
// Don't return write results for DocumentTransforms, as the fact
498498
// that we have to split one write operation into two distinct
499499
// write requests is an implementation detail.
500500
switch (requestIterator.next().getOperationCase()) {

0 commit comments

Comments
 (0)