On Fri, 20 Jan 2023 17:41:35 GMT, Justin Lu <j...@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 <j...@openjdk.org> Committer: Naoto Sato <na...@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