Commit 14c19031 by Oliver Woodman

Fix broken Javadoc

parent c59fc475
...@@ -205,7 +205,7 @@ public class DefaultTrackOutput implements TrackOutput { ...@@ -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() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment