Commit bd3bf3fc by olly Committed by Oliver Woodman

Fix broken Javadoc

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=213951977
parent 03fe503f
...@@ -401,7 +401,7 @@ public final class MediaSessionConnector { ...@@ -401,7 +401,7 @@ public final class MediaSessionConnector {
* <p>The order in which any {@link CustomActionProvider}s are passed determines the order of the * <p>The order in which any {@link CustomActionProvider}s are passed determines the order of the
* actions published with the playback state of the session. * actions published with the playback state of the session.
* *
* @param player The player to be connected to the {@code MediaSession}, or {@link null} to * @param player The player to be connected to the {@code MediaSession}, or {@code null} to
* disconnect the current player. * disconnect the current player.
* @param playbackPreparer An optional {@link PlaybackPreparer} for preparing the player. * @param playbackPreparer An optional {@link PlaybackPreparer} for preparing the player.
* @param customActionProviders Optional {@link CustomActionProvider}s to publish and handle * @param customActionProviders Optional {@link CustomActionProvider}s to publish and handle
......
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