Skip to content

Commit cf3dba7

Browse files
committed
Fix broken code links in comments of SetOptions.java
1 parent 51c995e commit cf3dba7

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
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} and {@link #mergeFieldPaths},
30-
* the {@code set()} calls in {@link DocumentReference}, {@link WriteBatch} and {@link Transaction}
31-
* can be configured to perform granular merges instead of overwriting the target documents in their
32-
* entirety.
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
31+
* WriteBatch} and {@link Transaction} can be configured to perform granular merges instead of
32+
* overwriting the target documents in their entirety.
3333
*/
3434
public final class SetOptions {
3535

0 commit comments

Comments
 (0)