Fix documentation bug that breaks generation

bug:78536565
Change-Id: Ic30762459e888c355e5995067377486b8ac34557

Test:make offline-sdk-docs
This commit is contained in:
Jeff Tinker
2018-04-25 11:31:51 -07:00
parent 1e034fd2ed
commit af71bb69e1

View File

@@ -86,7 +86,7 @@ import java.util.concurrent.atomic.AtomicBoolean;
* <p>
* Once the app has a sessionId, it can construct a MediaCrypto object from the UUID and
* sessionId. The MediaCrypto object is registered with the MediaCodec in the
* {@link MediaCodec.#configure} method to enable the codec to decrypt content.
* {@link MediaCodec#configure} method to enable the codec to decrypt content.
* <p>
* When the app has constructed {@link android.media.MediaExtractor},
* {@link android.media.MediaCodec} and {@link android.media.MediaCrypto} objects,