diff --git a/library/src/main/java/com/google/android/exoplayer/extractor/DefaultTrackOutput.java b/library/src/main/java/com/google/android/exoplayer/extractor/DefaultTrackOutput.java index 00689ae243..993178dad1 100644 --- a/library/src/main/java/com/google/android/exoplayer/extractor/DefaultTrackOutput.java +++ b/library/src/main/java/com/google/android/exoplayer/extractor/DefaultTrackOutput.java @@ -205,7 +205,7 @@ public class DefaultTrackOutput implements TrackOutput { /** * Advances the underlying buffer to the next sample that is eligible to be returned. * - * @boolean True if an eligible sample was found. False otherwise, in which case the underlying + * @return True if an eligible sample was found. False otherwise, in which case the underlying * buffer has been emptied. */ private boolean advanceToEligibleSample() {