<i18n dev> RFR: 8300706: Use @snippet in java.text [v2]
Justin Lu
jlu at openjdk.org
Fri Jan 20 18:47:54 UTC 2023
> 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.
Justin Lu has updated the pull request incrementally with one additional commit since the last revision:
Drop strong font, put comment back in snippet
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/12121/files
- new: https://git.openjdk.org/jdk/pull/12121/files/bf8309ef..5b0bfe85
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=12121&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=12121&range=00-01
Stats: 3 lines in 1 file changed: 0 ins; 1 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/12121.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/12121/head:pull/12121
PR: https://git.openjdk.org/jdk/pull/12121
More information about the i18n-dev
mailing list