Commit 80ebbbf1 by tonihei

Fix deprecated Javadoc link.

#minor-release

PiperOrigin-RevId: 408269341
parent e5fc7141
...@@ -2119,7 +2119,7 @@ public interface Player { ...@@ -2119,7 +2119,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. */
@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