<i18n dev> Integrated: 8300706: Use @snippet in java.text

Justin Lu jlu at openjdk.org
Tue Jan 24 02:08:14 UTC 2023


On Fri, 20 Jan 2023 17:41:35 GMT, Justin Lu <jlu at openjdk.org> wrote:

> Some classes / interfaces in java.text have already implemented JEP 413.
> 
> This PR implements _JEP 413: Code Snippets in Java API Documentation_ for the rest of [java.text](https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/text/package-summary.html) including:
> - BreakIterator
> - CharacterIterator
> - DateFormatSymbols
> - DecimalFormat
> - NumberFormat 
> 
> Code examples using <pre> ... </pre> blocks are replaced with the @ snippet syntax where applicable.

This pull request has now been integrated.

Changeset: 0323609f
Author:    Justin Lu <jlu at openjdk.org>
Committer: Naoto Sato <naoto at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/0323609f44e68ba8d992419a23be7066838a0e01
Stats:     69 lines in 5 files changed: 7 ins; 11 del; 51 mod

8300706: Use @snippet in java.text

Reviewed-by: naoto

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

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


More information about the i18n-dev mailing list