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

Commit d87e7c98 authored by Dongwon Kang's avatar Dongwon Kang Committed by android-build-merger
Browse files

Fix a typo in javadoc. am: e1b0d4a2

am: 52c85422

Change-Id: Iea37a6b4d5428a0342ff36a549cdddfb0a6bf89d
parents 67c0091f 52c85422
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -405,7 +405,7 @@ import java.util.Map;
 <p>
 The codec in turn will return a read-only output buffer via the {@link
 Callback#onOutputBufferAvailable onOutputBufferAvailable} callback in asynchronous mode, or in
 response to a {@link #dequeueOutputBuffer dequeuOutputBuffer} call in synchronous mode. After the
 response to a {@link #dequeueOutputBuffer dequeueOutputBuffer} call in synchronous mode. After the
 output buffer has been processed, call one of the {@link #releaseOutputBuffer
 releaseOutputBuffer} methods to return the buffer to the codec.
 <p>