Commit 7b4d7d9a by olly Committed by Oliver Woodman

Remove invalid documentation that causes javadoc to crash

PiperOrigin-RevId: 322311636
parent 34ed79e6
......@@ -83,7 +83,7 @@ public final class MediaFormatUtil {
*
* @param format The {@link MediaFormat} being configured.
* @param key The key to set.
* @param value The {@link byte[]} that will be wrapped to obtain the value.
* @param value The byte array that will be wrapped to obtain the value.
*/
public static void maybeSetByteBuffer(MediaFormat format, String key, @Nullable byte[] value) {
if (value != null) {
......
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