Commit 39d6ad85 by tonihei Committed by Ian Baker

Fix deprecated Javadoc link.

#minor-release

PiperOrigin-RevId: 408269341
parent 363c9a98
...@@ -2136,7 +2136,7 @@ public interface Player { ...@@ -2136,7 +2136,7 @@ public interface Player {
/** Returns the index of the period currently being played. */ /** Returns the index of the period currently being played. */
int getCurrentPeriodIndex(); int getCurrentPeriodIndex();
/** @deprecated Use {@link #getCurrentMediaItem()} instead. */ /** @deprecated Use {@link #getCurrentMediaItemIndex()} instead. */
@UnstableApi @UnstableApi
@Deprecated @Deprecated
int getCurrentWindowIndex(); int getCurrentWindowIndex();
......
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