@@ -67,8 +67,8 @@ public static SetOptions merge() {
67
67
}
68
68
69
69
/**
70
- * Changes the behavior of {@code set()} calls to only replace the fields under fieldPaths . Any
71
- * field that is not specified in fieldPaths is ignored and remains untouched.
70
+ * Changes the behavior of {@code set()} calls to only replace the given fields . Any field that is
71
+ * not specified in {@code fields} is ignored and remains untouched.
72
72
*
73
73
* <p>It is an error to pass a {@code SetOptions} object to a {@code set()} call that is missing a
74
74
* value for any of the fields specified here.
@@ -88,8 +88,8 @@ public static SetOptions mergeFields(@NonNull List<String> fields) {
88
88
}
89
89
90
90
/**
91
- * Changes the behavior of {@code set()} calls to only replace the fields under fieldPaths . Any
92
- * field that is not specified in fieldPaths is ignored and remains untouched.
91
+ * Changes the behavior of {@code set()} calls to only replace the given fields . Any field that is
92
+ * not specified in {@code fields} is ignored and remains untouched.
93
93
*
94
94
* <p>It is an error to pass a {@code SetOptions} object to a {@code set()} call that is missing a
95
95
* value for any of the fields specified here.
@@ -109,8 +109,8 @@ public static SetOptions mergeFields(String... fields) {
109
109
}
110
110
111
111
/**
112
- * Changes the behavior of {@code set()} calls to only replace the fields under fieldPaths . Any
113
- * field that is not specified in fieldPaths is ignored and remains untouched.
112
+ * Changes the behavior of {@code set()} calls to only replace the given fields . Any field that is
113
+ * not specified in {@code fields} is ignored and remains untouched.
114
114
*
115
115
* <p>It is an error to pass a {@code SetOptions} object to a {@code set()} call that is missing a
116
116
* value for any of the fields specified here in its to data argument.
0 commit comments