Skip to content

Commit f938b3b

Browse files
Fix documentation strings in Android Notification (#445)
* Fix doc strings * Fix code font * Fix punctuation
1 parent ebb0c94 commit f938b3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/google/firebase/messaging/AndroidConfig.java

+2-2
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)