OSDN Git Service

Another javadoc fix
authorRoboErik <epastern@google.com>
Thu, 20 Feb 2014 01:33:14 +0000 (17:33 -0800)
committerRoboErik <epastern@google.com>
Thu, 20 Feb 2014 01:33:14 +0000 (17:33 -0800)
Change-Id: I7a569a1583f87153f68d492a7500ffceac2ed3ae

media/java/android/media/MediaSession.java

index 038a9cf..5e5c9fa 100644 (file)
@@ -39,8 +39,8 @@ import java.util.ArrayList;
  * A MediaSession is created by calling
  * {@link MediaSessionManager#createSession(String)}. Once a session is created
  * apps that have the MEDIA_CONTENT_CONTROL permission can interact with the
- * session through {@link MediaSessionManager#listActiveSessions()}. The owner
- * of the session may also use {@link #getSessionToken()} to allow apps without
+ * session through {@link MediaSessionManager#getActiveSessions()}. The owner of
+ * the session may also use {@link #getSessionToken()} to allow apps without
  * this permission to create a {@link MediaController} to interact with this
  * session.
  * <p>