Commit dc1842ef by krocard Committed by Oliver Woodman

Convert back code to link

The code is no longer in common so can directly link to Player.

PiperOrigin-RevId: 352548323
parent 0b2bc60b
...@@ -41,11 +41,9 @@ public final class ExoTimeoutException extends Exception { ...@@ -41,11 +41,9 @@ public final class ExoTimeoutException extends Exception {
/** The operation where this error occurred is not defined. */ /** The operation where this error occurred is not defined. */
public static final int TIMEOUT_OPERATION_UNDEFINED = 0; public static final int TIMEOUT_OPERATION_UNDEFINED = 0;
// TODO(b/172315872) Change back @code to @link when the Player is in common. /** The error occurred in {@link Player#release}. */
/** The error occurred in {@code Player#release}. */
public static final int TIMEOUT_OPERATION_RELEASE = 1; public static final int TIMEOUT_OPERATION_RELEASE = 1;
/** The error occurred in {@code ExoPlayer#setForegroundMode}. */ /** The error occurred in {@link ExoPlayer#setForegroundMode}. */
// TODO(b/172315872) Set foregroundMode is an ExoPlayer method, NOT a player one.
public static final int TIMEOUT_OPERATION_SET_FOREGROUND_MODE = 2; public static final int TIMEOUT_OPERATION_SET_FOREGROUND_MODE = 2;
/** The error occurred while detaching a surface from the player. */ /** The error occurred while detaching a surface from the player. */
public static final int TIMEOUT_OPERATION_DETACH_SURFACE = 3; public static final int TIMEOUT_OPERATION_DETACH_SURFACE = 3;
......
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