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

Commit 29565900 authored by Ben Murdoch's avatar Ben Murdoch
Browse files

Fix the build.

Fix javadoc typo.

Change-Id: I3e5f8f43650ce7b0958512bacc36e0ee744efa40
parent 87399fc2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;