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

Justin Lu jlu at openjdk.org
Tue Jan 17 19:44:35 UTC 2023


On Fri, 13 Jan 2023 21:47:40 GMT, Justin Lu <jlu at openjdk.org> wrote:

> This PR implements _JEP 413: Code Snippets in Java API Documentation_ for [java.text.MessageFormat](https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/text/class-use/MessageFormat.html).
> 
> Code examples using <pre> ... </pre> blocks are replaced with the @ snippet syntax where applicable.

This pull request has now been integrated.

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

8300093: Refactor code examples to use @snippet in java.text.MessageFormat

Reviewed-by: iris, naoto

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

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


More information about the i18n-dev mailing list