File tree 1 file changed +2
-2
lines changed
src/main/java/com/google/firebase/messaging
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) {
198
198
}
199
199
200
200
/**
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}
202
202
* for Android messages.
203
203
*/
204
204
public Builder setFcmOptions (AndroidFcmOptions androidFcmOptions ) {
@@ -207,7 +207,7 @@ public Builder setFcmOptions(AndroidFcmOptions androidFcmOptions) {
207
207
}
208
208
209
209
/**
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
211
211
* the app while the device is in direct boot mode.
212
212
*/
213
213
public Builder setDirectBootOk (boolean directBootOk ) {
You can’t perform that action at this time.
0 commit comments