Skip to content

Commit bf8cb54

Browse files
authored
Change send deprecation link to hyperlinked text. (#5140)
1 parent 52ca562 commit bf8cb54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

firebase-messaging/src/main/java/com/google/firebase/messaging/FirebaseMessaging.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -487,9 +487,9 @@ public Task<Void> unsubscribeFromTopic(@NonNull String topic) {
487487
* <p>When there is an active connection the message will be sent immediately, otherwise the
488488
* message will be queued up to the time to live (TTL) set in the message.
489489
*
490-
* @deprecated FCM upstream is deprecated and will be decommissioned in June 2024. More details
491-
* can be found in <a
492-
* href="https://firebase.google.com/support/faq#fcm-23-deprecation">https://firebase.google.com/support/faq#fcm-23-deprecation</a>
490+
* @deprecated FCM upstream is deprecated and will be decommissioned in June 2024. Learn more in
491+
* the <a href="https://firebase.google.com/support/faq#fcm-23-deprecation">FAQ about FCM
492+
* features deprecated in June 2023</a>.
493493
*/
494494
@Deprecated
495495
public void send(@NonNull RemoteMessage message) {

0 commit comments

Comments
 (0)