Commit 3a5548d7 by aquilescanta Committed by Oliver Woodman

Fix javadocs typos

Issue:#2773

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=155062917
parent b408750a
...@@ -286,7 +286,7 @@ public final class LibvpxVideoRenderer extends BaseRenderer { ...@@ -286,7 +286,7 @@ public final class LibvpxVideoRenderer extends BaseRenderer {
* *
* @param outputBufferTimeUs The timestamp of the current output buffer. * @param outputBufferTimeUs The timestamp of the current output buffer.
* @param nextOutputBufferTimeUs The timestamp of the next output buffer or * @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 positionUs The current playback position.
* @param joiningDeadlineMs The joining deadline. * @param joiningDeadlineMs The joining deadline.
* @return Returns whether to drop the current output buffer. * @return Returns whether to drop the current output buffer.
......
...@@ -64,7 +64,7 @@ public final class CacheUtil { ...@@ -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}. * dataSpec}.
* *
* @param dataSpec Defines the data to be checked. * @param dataSpec Defines the data to be checked.
......
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