Skip to content

Commit 46ba9b5

Browse files
committed
No generics.
1 parent cf3dba7 commit 46ba9b5

File tree

1 file changed

+2
-2
lines changed
  • firebase-firestore/src/main/java/com/google/firebase/firestore

1 file changed

+2
-2
lines changed

firebase-firestore/src/main/java/com/google/firebase/firestore/SetOptions.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626

2727
/**
2828
* 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
3131
* WriteBatch} and {@link Transaction} can be configured to perform granular merges instead of
3232
* overwriting the target documents in their entirety.
3333
*/

0 commit comments

Comments
 (0)