Fix badly formatted AudioProcessor javadoc.

PiperOrigin-RevId: 476909855
(cherry picked from commit 3e4aa050da64a272c5f752beb513c6359e24b0b1)
This commit is contained in:
samrobinson 2022-09-26 16:00:10 +00:00 committed by microkatz
parent c91cdb49e0
commit b39dff76af

View File

@ -134,8 +134,8 @@ public interface AudioProcessor {
ByteBuffer getOutput();
/**
* Returns whether this processor will return no more output from {@link #getOutput()} until it
* has been {@link #flush()}ed and more input has been queued.
* Returns whether this processor will return no more output from {@link #getOutput()} until
* {@link #flush()} has been called and more input has been queued.
*/
boolean isEnded();