Fix Javadoc formatting

#minor-release

PiperOrigin-RevId: 423314840
This commit is contained in:
kimvde 2022-01-21 15:08:35 +00:00 committed by Ian Baker
parent 2f4ef89510
commit 5e583d34ee

View File

@ -142,7 +142,7 @@ public final class MediaCodecUtil {
return decoderInfos.isEmpty() ? null : decoderInfos.get(0); return decoderInfos.isEmpty() ? null : decoderInfos.get(0);
} }
/* /**
* Returns all {@link MediaCodecInfo}s for the given mime type, in the order given by {@link * Returns all {@link MediaCodecInfo}s for the given mime type, in the order given by {@link
* MediaCodecList}. * MediaCodecList}.
* *