Commit d9618b51 by samrobinson Committed by kim-vde

Fix missing word in javadoc.

PiperOrigin-RevId: 383448851
parent 0dd296c2
...@@ -230,7 +230,7 @@ public class PlayerNotificationManager { ...@@ -230,7 +230,7 @@ public class PlayerNotificationManager {
* @param player The {@link Player} for which a notification is being built. * @param player The {@link Player} for which a notification is being built.
* @param callback A {@link BitmapCallback} to provide a {@link Bitmap} asynchronously. * @param callback A {@link BitmapCallback} to provide a {@link Bitmap} asynchronously.
* @return The large icon for the current media item, or null if the icon will be returned * @return The large icon for the current media item, or null if the icon will be returned
* through the {@link BitmapCallback} or if no icon should displayed. * through the {@link BitmapCallback} or if no icon should be displayed.
*/ */
@Nullable @Nullable
Bitmap getCurrentLargeIcon(Player player, BitmapCallback callback); Bitmap getCurrentLargeIcon(Player player, BitmapCallback callback);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment