Fix broken Javadoc

This commit is contained in:
Oliver Woodman 2015-10-26 15:19:10 +00:00
parent c59fc47565
commit 14c190310c

View file

@ -205,7 +205,7 @@ public class DefaultTrackOutput implements TrackOutput {
/** /**
* Advances the underlying buffer to the next sample that is eligible to be returned. * 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. * buffer has been emptied.
*/ */
private boolean advanceToEligibleSample() { private boolean advanceToEligibleSample() {