From 7109d284a717ebcb82c8215cea9feacd5e770968 Mon Sep 17 00:00:00 2001 From: Rohit Kumar Singh <32570096+rohitjoins@users.noreply.github.com> Date: Wed, 17 Aug 2022 17:00:56 +0100 Subject: [PATCH] Revert "DefaultMediaNotificationProvider: Fix missing comma in documentation." --- .../media3/session/DefaultMediaNotificationProvider.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/session/src/main/java/androidx/media3/session/DefaultMediaNotificationProvider.java b/libraries/session/src/main/java/androidx/media3/session/DefaultMediaNotificationProvider.java index 75495930ec..372a576683 100644 --- a/libraries/session/src/main/java/androidx/media3/session/DefaultMediaNotificationProvider.java +++ b/libraries/session/src/main/java/androidx/media3/session/DefaultMediaNotificationProvider.java @@ -139,7 +139,7 @@ public class DefaultMediaNotificationProvider implements MediaNotification.Provi /** * Sets the {@link MediaNotification#notificationId} used for the created notifications. By - * default, this is set to {@link #DEFAULT_NOTIFICATION_ID}. + * default this is set to {@link #DEFAULT_NOTIFICATION_ID}. * * @param notificationId The notification ID. * @return This builder. @@ -152,7 +152,7 @@ public class DefaultMediaNotificationProvider implements MediaNotification.Provi /** * Sets the ID of the {@link NotificationChannel} on which created notifications are posted on. - * By default, this is set to {@link #DEFAULT_CHANNEL_ID}. + * By default this is set to {@link #DEFAULT_CHANNEL_ID}. * * @param channelId The channel ID. * @return This builder. @@ -165,7 +165,7 @@ public class DefaultMediaNotificationProvider implements MediaNotification.Provi /** * Sets the name of the {@link NotificationChannel} on which created notifications are posted - * on. By default, this is set to {@link #DEFAULT_CHANNEL_NAME_RESOURCE_ID}. + * on. By default this is set to {@link #DEFAULT_CHANNEL_NAME_RESOURCE_ID}. * * @param channelNameResourceId The string resource ID with the channel name. * @return This builder.