Commit 5e583d34 by kimvde Committed by Ian Baker

Fix Javadoc formatting

#minor-release

PiperOrigin-RevId: 423314840
parent 2f4ef895
...@@ -142,7 +142,7 @@ public final class MediaCodecUtil { ...@@ -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}.
* *
......
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