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

Commit 3858f8a

Browse files
committed
Make FunctionExpression constructor accepting options internal because this is untested for general cosumption
1 parent 56e09f5 commit 3858f8a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public class FunctionExpression extends Expression {
3232
this(name, params, java.util.Collections.emptyMap());
3333
}
3434

35+
@InternalApi
3536
FunctionExpression(
3637
String name, List<? extends Expression> params, java.util.Map<String, Value> options) {
3738
this.name = name;

0 commit comments

Comments
 (0)