From 14c190310c8db1c43eb349c2b6e9f4125b217421 Mon Sep 17 00:00:00 2001 From: Oliver Woodman Date: Mon, 26 Oct 2015 15:19:10 +0000 Subject: [PATCH] Fix broken Javadoc --- .../google/android/exoplayer/extractor/DefaultTrackOutput.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {