<i18n dev> RFR: 8300307: Refactor code examples to use @snippet in java.text.DateFormat
Naoto Sato
naoto at openjdk.org
Tue Jan 17 23:36:24 UTC 2023
On Tue, 17 Jan 2023 22:35:54 GMT, Justin Lu <jlu at openjdk.org> wrote:
> This PR implements JEP 413: Code Snippets in Java API Documentation for [java.text.DateFormat](https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/text/DateFormat.html).
>
> Code examples using <pre> ... </pre> blocks are replaced with the @ snippet syntax where applicable.
>
> Additionally, missing semi colons were added in the code examples
Marked as reviewed by naoto (Reviewer).
-------------
PR: https://git.openjdk.org/jdk/pull/12053
More information about the i18n-dev
mailing list