OSDN Git Service

Fix the build.
authorBen Murdoch <benm@google.com>
Wed, 4 Sep 2013 12:09:10 +0000 (13:09 +0100)
committerBen Murdoch <benm@google.com>
Wed, 4 Sep 2013 12:09:10 +0000 (13:09 +0100)
Fix javadoc typo.

Change-Id: I3e5f8f43650ce7b0958512bacc36e0ee744efa40

media/java/android/media/MediaTimeProvider.java

index c1fda81..fe37712 100644 (file)
@@ -59,7 +59,7 @@ public interface MediaTimeProvider {
      *                  greater than or equal to the last returned time.  Don't
      *                  always set this to true.  E.g. this has undesired
      *                  consequences if the media is seeked between calls.
-     * @throw IllegalStateException if the media is not initialized
+     * @throws IllegalStateException if the media is not initialized
      */
     public long getCurrentTimeUs(boolean precise, boolean monotonic)
             throws IllegalStateException;