Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 150275ec authored by James Dong's avatar James Dong Committed by Android Git Automerger
Browse files

am d9e72eae: am 5eaa5d18: Merge "Fix a typo (dependant => dependent)" into jb-mr1-dev

* commit 'd9e72eae':
  Fix a typo (dependant => dependent)
parents 367f55f2 d9e72eae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2282,7 +2282,7 @@ public class MediaPlayer
         * <li>{@link #MEDIA_ERROR_SERVER_DIED}
         * </ul>
         * @param extra an extra code, specific to the error. Typically
         * implementation dependant.
         * implementation dependent.
         * @return True if the method handled the error, false if it didn't.
         * Returning false, or not having an OnErrorListener at all, will
         * cause the OnCompletionListener to be called.
@@ -2387,7 +2387,7 @@ public class MediaPlayer
         * <li>{@link #MEDIA_INFO_METADATA_UPDATE}
         * </ul>
         * @param extra an extra code, specific to the info. Typically
         * implementation dependant.
         * implementation dependent.
         * @return True if the method handled the info, false if it didn't.
         * Returning false, or not having an OnErrorListener at all, will
         * cause the info to be discarded.