File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
firebase-firestore/src/main/java/com/google/firebase/firestore Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 26
26
27
27
/**
28
28
* An options object that configures the behavior of {@code set()} calls. By providing one of the
29
- * SetOptions objects returned by {@link #merge()}, {@link #mergeFields(List<String> )} and {@link
30
- * #mergeFieldPaths(List<FieldPath> )}, the {@code set()} calls in {@link DocumentReference}, {@link
29
+ * SetOptions objects returned by {@link #merge()}, {@link #mergeFields(List)} and {@link
30
+ * #mergeFieldPaths(List)}, the {@code set()} calls in {@link DocumentReference}, {@link
31
31
* WriteBatch} and {@link Transaction} can be configured to perform granular merges instead of
32
32
* overwriting the target documents in their entirety.
33
33
*/
You can’t perform that action at this time.
0 commit comments