am f841d701: Fix javadoc in RemoteControlClient and MediaMetadataEditor

* commit 'f841d70155c991b6cf728dd41e6d37e051be453d':
  Fix javadoc in RemoteControlClient and MediaMetadataEditor
This commit is contained in:
Jean-Michel Trivi
2013-09-17 19:28:43 -07:00
committed by Android Git Automerger
2 changed files with 3 additions and 3 deletions

View File

@@ -273,7 +273,7 @@ public abstract class MediaMetadataEditor {
* <li>{@link Rating} object are {@link #RATING_KEY_BY_OTHERS} * <li>{@link Rating} object are {@link #RATING_KEY_BY_OTHERS}
* and {@link #RATING_KEY_BY_USER}.</li> * and {@link #RATING_KEY_BY_USER}.</li>
* </ul> * </ul>
* @param obj the metadata to add. * @param value the metadata to add.
* @return Returns a reference to the same MediaMetadataEditor object, so you can chain put * @return Returns a reference to the same MediaMetadataEditor object, so you can chain put
* calls together. * calls together.
* @throws IllegalArgumentException * @throws IllegalArgumentException

View File

@@ -298,8 +298,8 @@ public class RemoteControlClient
* Flag indicating a RemoteControlClient supports ratings. * Flag indicating a RemoteControlClient supports ratings.
* This flag must be set in order for components that display the RemoteControlClient * This flag must be set in order for components that display the RemoteControlClient
* information, to display ratings information, and, if ratings are declared editable * information, to display ratings information, and, if ratings are declared editable
* (by calling {@link MetadataEditor#addEditableKey(int)} with the * (by calling {@link MediaMetadataEditor#addEditableKey(int)} with the
* {@link MetadataEditor#LONG_KEY_RATING_BY_USER} key), it will enable the user to rate * {@link MediaMetadataEditor#RATING_KEY_BY_USER} key), it will enable the user to rate
* the media, with values being received through the interface set with * the media, with values being received through the interface set with
* {@link #setMetadataUpdateListener(OnMetadataUpdateListener)}. * {@link #setMetadataUpdateListener(OnMetadataUpdateListener)}.
* @see #setTransportControlFlags(int) * @see #setTransportControlFlags(int)