Remove invalid documentation that causes javadoc to crash

PiperOrigin-RevId: 322311636
This commit is contained in:
olly 2020-07-21 09:04:07 +01:00 committed by Oliver Woodman
parent 53d12747e5
commit 3198c51bdb

View File

@ -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) {