Commit 712bbf58 by olly Committed by Ian Baker

Make javadoc valid html5

As of JDK-8247957, doclint no longer supports html4.

Follow-up to https://github.com/androidx/media/commit/3e819d082a1bcbfa8d40bec9b3b2865173bd1405

PiperOrigin-RevId: 414999870
parent 174120a7
......@@ -41,7 +41,7 @@ import java.lang.annotation.Target;
* work during upgrades. However it is generally inadvisable for libraries (which get included on
* users' CLASSPATHs, outside the library developers' control) to do so.
*
* <h3>Opting in to use unstable APIs</h3>
* <h2>Opting in to use unstable APIs</h2>
*
* <p>By default usages of APIs annotated with this annotation generate lint errors in Gradle and
* Android Studio, in order to alert developers to the risk of breaking changes.
......
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