<i18n dev> Integrated: 8300307: Refactor code examples to use @snippet in java.text.DateFormat

Justin Lu jlu at openjdk.org
Wed Jan 18 23:13:35 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

This pull request has now been integrated.

Changeset: dfe94b89
Author:    Justin Lu <jlu at openjdk.org>
Committer: Naoto Sato <naoto at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/dfe94b89f82a6a43e2f563bcf93cf5a13930c44e
Stats:     21 lines in 1 file changed: 0 ins; 0 del; 21 mod

8300307: Refactor code examples to use @snippet in java.text.DateFormat

Reviewed-by: lancea, iris, naoto

-------------

PR: https://git.openjdk.org/jdk/pull/12053


More information about the i18n-dev mailing list