Fix javadocs typos

Issue:#2773

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=155062917
This commit is contained in:
aquilescanta 2017-05-04 03:29:10 -07:00 committed by Oliver Woodman
parent b408750aa9
commit 3a5548d72a
2 changed files with 2 additions and 2 deletions

View file

@ -286,7 +286,7 @@ public final class LibvpxVideoRenderer extends BaseRenderer {
*
* @param outputBufferTimeUs The timestamp of the current output buffer.
* @param nextOutputBufferTimeUs The timestamp of the next output buffer or
* {@link TIME_UNSET} if the next output buffer is unavailable.
* {@link C#TIME_UNSET} if the next output buffer is unavailable.
* @param positionUs The current playback position.
* @param joiningDeadlineMs The joining deadline.
* @return Returns whether to drop the current output buffer.

View file

@ -64,7 +64,7 @@ public final class CacheUtil {
}
/**
* Returns already cached and missing bytes in the {@cache} for the data defined by {@code
* Returns already cached and missing bytes in the {@code cache} for the data defined by {@code
* dataSpec}.
*
* @param dataSpec Defines the data to be checked.