Commit 253c8ce2 by gyumin Committed by marcbaechinger

Fix errors when generating javadoc

PiperOrigin-RevId: 367596648
parent 1dd96cd8
...@@ -424,7 +424,7 @@ public class PlayerNotificationManager { ...@@ -424,7 +424,7 @@ public class PlayerNotificationManager {
* The resource id of the small icon of the notification shown in the status bar. See {@link * The resource id of the small icon of the notification shown in the status bar. See {@link
* NotificationCompat.Builder#setSmallIcon(int)}. * NotificationCompat.Builder#setSmallIcon(int)}.
* *
* <p>The default is {@link R.drawable#exo_notification_small_icon}. * <p>The default is {@code R.drawable#exo_notification_small_icon}.
* *
* @return This builder. * @return This builder.
*/ */
...@@ -436,7 +436,7 @@ public class PlayerNotificationManager { ...@@ -436,7 +436,7 @@ public class PlayerNotificationManager {
/** /**
* The resource id of the drawable to be used as the icon of action {@link #ACTION_PLAY}. * The resource id of the drawable to be used as the icon of action {@link #ACTION_PLAY}.
* *
* <p>The default is {@link R.drawable#exo_notification_play}. * <p>The default is {@code R.drawable#exo_notification_play}.
* *
* @return This builder. * @return This builder.
*/ */
...@@ -448,7 +448,7 @@ public class PlayerNotificationManager { ...@@ -448,7 +448,7 @@ public class PlayerNotificationManager {
/** /**
* The resource id of the drawable to be used as the icon of action {@link #ACTION_PAUSE}. * The resource id of the drawable to be used as the icon of action {@link #ACTION_PAUSE}.
* *
* <p>The default is {@link R.drawable#exo_notification_pause}. * <p>The default is {@code R.drawable#exo_notification_pause}.
* *
* @return This builder. * @return This builder.
*/ */
...@@ -460,7 +460,7 @@ public class PlayerNotificationManager { ...@@ -460,7 +460,7 @@ public class PlayerNotificationManager {
/** /**
* The resource id of the drawable to be used as the icon of action {@link #ACTION_STOP}. * The resource id of the drawable to be used as the icon of action {@link #ACTION_STOP}.
* *
* <p>The default is {@link R.drawable#exo_notification_stop}. * <p>The default is {@code R.drawable#exo_notification_stop}.
* *
* @return This builder. * @return This builder.
*/ */
...@@ -472,7 +472,7 @@ public class PlayerNotificationManager { ...@@ -472,7 +472,7 @@ public class PlayerNotificationManager {
/** /**
* The resource id of the drawable to be used as the icon of action {@link #ACTION_REWIND}. * The resource id of the drawable to be used as the icon of action {@link #ACTION_REWIND}.
* *
* <p>The default is {@link R.drawable#exo_notification_rewind}. * <p>The default is {@code R.drawable#exo_notification_rewind}.
* *
* @return This builder. * @return This builder.
*/ */
...@@ -485,7 +485,7 @@ public class PlayerNotificationManager { ...@@ -485,7 +485,7 @@ public class PlayerNotificationManager {
* The resource id of the drawable to be used as the icon of action {@link * The resource id of the drawable to be used as the icon of action {@link
* #ACTION_FAST_FORWARD}. * #ACTION_FAST_FORWARD}.
* *
* <p>The default is {@link R.drawable#exo_notification_fastforward}. * <p>The default is {@code R.drawable#exo_notification_fastforward}.
* *
* @return This builder. * @return This builder.
*/ */
...@@ -497,7 +497,7 @@ public class PlayerNotificationManager { ...@@ -497,7 +497,7 @@ public class PlayerNotificationManager {
/** /**
* The resource id of the drawable to be used as the icon of action {@link #ACTION_PREVIOUS}. * The resource id of the drawable to be used as the icon of action {@link #ACTION_PREVIOUS}.
* *
* <p>The default is {@link R.drawable#exo_notification_previous}. * <p>The default is {@code R.drawable#exo_notification_previous}.
* *
* @return This builder. * @return This builder.
*/ */
...@@ -509,7 +509,7 @@ public class PlayerNotificationManager { ...@@ -509,7 +509,7 @@ public class PlayerNotificationManager {
/** /**
* The resource id of the drawable to be used as the icon of action {@link #ACTION_NEXT}. * The resource id of the drawable to be used as the icon of action {@link #ACTION_NEXT}.
* *
* <p>The default is {@link R.drawable#exo_notification_next}. * <p>The default is {@code R.drawable#exo_notification_next}.
* *
* @return This builder. * @return This builder.
*/ */
......
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