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

Commit 98c354d

Browse files
chore: generate libraries at Wed Mar 11 14:32:15 UTC 2026
1 parent 441be03 commit 98c354d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

google-cloud-firestore/src/main/java/com/google/cloud/firestore/pipeline/expressions/Expression.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2050,7 +2050,7 @@ public static Expression mapSet(
20502050

20512051
/**
20522052
* Creates an expression that returns the keys of a map.
2053-
*
2053+
*
20542054
* <p>While the backend generally preserves insertion order, relying on the order of the output
20552055
* array is not guaranteed and should be avoided.
20562056
*
@@ -2064,7 +2064,7 @@ public static Expression mapKeys(Expression mapExpr) {
20642064

20652065
/**
20662066
* Creates an expression that returns the keys of a map.
2067-
*
2067+
*
20682068
* <p>While the backend generally preserves insertion order, relying on the order of the output
20692069
* array is not guaranteed and should be avoided.
20702070
*
@@ -2092,7 +2092,7 @@ public static Expression mapValues(Expression mapExpr) {
20922092

20932093
/**
20942094
* Creates an expression that returns the values of a map.
2095-
*
2095+
*
20962096
* <p>While the backend generally preserves insertion order, relying on the order of the output
20972097
* array is not guaranteed and should be avoided.
20982098
*
@@ -2121,7 +2121,7 @@ public static Expression mapEntries(Expression mapExpr) {
21212121

21222122
/**
21232123
* Creates an expression that returns the entries of a map as an array of maps.
2124-
*
2124+
*
21252125
* <p>While the backend generally preserves insertion order, relying on the order of the output
21262126
* array is not guaranteed and should be avoided.
21272127
*

0 commit comments

Comments
 (0)