File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/com/google/firebase/messaging Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ public Builder setNotification(AndroidNotification notification) {
198198 }
199199
200200 /**
201- * Sets the {@link AndroidFcmOptions}, which will override values set in the {@link FcmOptions}
201+ * Sets the {@link AndroidFcmOptions}, which overrides values set in the {@link FcmOptions}
202202 * for Android messages.
203203 */
204204 public Builder setFcmOptions (AndroidFcmOptions androidFcmOptions ) {
@@ -207,7 +207,7 @@ public Builder setFcmOptions(AndroidFcmOptions androidFcmOptions) {
207207 }
208208
209209 /**
210- * Sets the direct_boot_ok flag, If set to true, messages will be allowed to be delivered to
210+ * Sets the {@code direct_boot_ok} flag. If set to true, messages are delivered to
211211 * the app while the device is in direct boot mode.
212212 */
213213 public Builder setDirectBootOk (boolean directBootOk ) {
You can’t perform that action at this time.
0 commit comments