Skip to content

Commit 0f4c06f

Browse files
chemelnucfinpongad
authored andcommitted
---
yaml --- r: 9225 b: refs/heads/spanner-gapic-migration c: 9958b84 h: refs/heads/master i: 9223: 4b8c938
1 parent f5bec37 commit 0f4c06f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

  • branches/spanner-gapic-migration/google-cloud-firestore/src/main/java/com/google/cloud/firestore/collection

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ refs/tags/v0.35.0: c28951c5f4cc97a1be07900d19df6984115a4bd6
8181
refs/tags/v0.36.0: 6b75c61f73e6827b3ca379bd54f88f750290162f
8282
refs/tags/v0.37.0: db2e142f92601709fdd48db159776f905742e30f
8383
refs/heads/mrschmidt-sizefix: 627a3bfa30bb6f4f76af47b228c38b208dd921e0
84-
refs/heads/spanner-gapic-migration: bc07a352e1976d29ebe083c15cce6f227b4e0e50
84+
refs/heads/spanner-gapic-migration: 9958b845a1b5b09525770b261c3cb857e1c57f1b
8585
refs/tags/v0.38.0: c235ee4df5e1248e1769dae3f86a0d7ab7fd8301
8686
refs/tags/v0.39.0: ab231c9d22475242a43d6d9554aa4a3f736dab01
8787
refs/tags/v0.40.0: a1d5b05206cce7734365f1b910396a2c9d6605ec

branches/spanner-gapic-migration/google-cloud-firestore/src/main/java/com/google/cloud/firestore/collection/ArraySortedMap.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ private static <T> T[] replaceInArray(T[] arr, int pos, T value) {
274274

275275
/**
276276
* This does a linear scan which is simpler than a binary search. For a small collection size this
277-
* still should be as fast a as binary search.
277+
* still should be as fast as binary search.
278278
*/
279279
private int findKeyOrInsertPosition(K key) {
280280
int newPos = 0;
@@ -286,7 +286,7 @@ private int findKeyOrInsertPosition(K key) {
286286

287287
/**
288288
* This does a linear scan which is simpler than a binary search. For a small collection size this
289-
* still should be as fast a as binary search.
289+
* still should be as fast as binary search.
290290
*/
291291
private int findKey(K key) {
292292
int i = 0;

0 commit comments

Comments
 (0)