Commit 1a81662d by tonihei

Fix deprecated Javadoc link.

#minor-release

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