Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit d24a591

Browse files
chore: generate libraries at Thu May 1 21:02:58 UTC 2025
1 parent 38ebe6d commit d24a591

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • google-cloud-firestore/src/main/java/com/google/cloud/firestore

google-cloud-firestore/src/main/java/com/google/cloud/firestore/Order.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public int compare(@Nonnull Value left, @Nonnull Value right) {
125125

126126
// So they are the same type.
127127
switch (leftType) {
128-
// Nulls are all equal, MaxKeys are all equal, and MinKeys are all equal.
128+
// Nulls are all equal, MaxKeys are all equal, and MinKeys are all equal.
129129
case NULL:
130130
case MIN_KEY:
131131
case MAX_KEY:

0 commit comments

Comments
 (0)