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

Commit 1fb1d9a

Browse files
chore: generate libraries at Fri Feb 27 14:55:29 UTC 2026
1 parent 74b2144 commit 1fb1d9a

1 file changed

Lines changed: 2 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: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1693,8 +1693,7 @@ public static Expression trimValue(String fieldName, Expression characters) {
16931693
}
16941694

16951695
/**
1696-
* Creates an expression that removes whitespace from the beginning of a string
1697-
* or blob.
1696+
* Creates an expression that removes whitespace from the beginning of a string or blob.
16981697
*
16991698
* @param value The expression representing the string or blob to trim.
17001699
* @return A new {@link Expression} representing the trimmed string or blob.
@@ -1705,8 +1704,7 @@ public static Expression ltrim(Expression value) {
17051704
}
17061705

17071706
/**
1708-
* Creates an expression that removes whitespace from the beginning of a string
1709-
* or blob.
1707+
* Creates an expression that removes whitespace from the beginning of a string or blob.
17101708
*
17111709
* @param fieldName The name of the field containing the string or blob to trim.
17121710
* @return A new {@link Expression} representing the trimmed string.

0 commit comments

Comments
 (0)