Fix javadoc in RemoteControlClient and MediaMetadataEditor

Change-Id: Ibd333d9cb47e74c4ca1d8ec7bd950224d81783b0
This commit is contained in:
Jean-Michel Trivi
2013-09-17 19:13:55 -07:00
parent 15bcc323cb
commit f841d70155
2 changed files with 3 additions and 3 deletions

View File

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