Skip to content

Commit

Permalink
Fix badly formatted AudioProcessor javadoc.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 476909855
  • Loading branch information
Samrobbo authored and marcbaechinger committed Oct 20, 2022
1 parent f3d1321 commit 9b1909e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ public UnhandledAudioFormatException(AudioFormat inputAudioFormat) {
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();

Expand Down

0 comments on commit 9b1909e

Please sign in to comment.