Re: RFR: 8300077: Refactor code examples to use @snippet in java.text.ChoiceFormat

2023-01-13 Thread Naoto Sato
On Thu, 12 Jan 2023 22:31:24 GMT, Justin Lu wrote: > This PR implements _JEP 413: Code Snippets in Java API Documentation_ for > [java.text.ChoiceFormat](https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/text/ChoiceFormat.html). > > Code examples using ... blocks are replaced

Re: RFR: 8300077: Refactor code examples to use @snippet in java.text.ChoiceFormat

2023-01-13 Thread Iris Clark
On Thu, 12 Jan 2023 22:31:24 GMT, Justin Lu wrote: > This PR implements _JEP 413: Code Snippets in Java API Documentation_ for > [java.text.ChoiceFormat](https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/text/ChoiceFormat.html). > > Code examples using ... blocks are replaced

Re: RFR: 8300077: Refactor code examples to use @snippet in java.text.ChoiceFormat

2023-01-13 Thread Lance Andersen
On Thu, 12 Jan 2023 22:31:24 GMT, Justin Lu wrote: > This PR implements _JEP 413: Code Snippets in Java API Documentation_ for > [java.text.ChoiceFormat](https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/text/ChoiceFormat.html). > > Code examples using ... blocks are replaced

RFR: 8300077: Refactor code examples to use @snippet in java.text.ChoiceFormat

2023-01-12 Thread Justin Lu
This PR implements _JEP 413: Code Snippets in Java API Documentation_ for [java.text.ChoiceFormat](https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/text/ChoiceFormat.html). Code examples using ... blocks are replaced with the @ snippet syntax where applicable. -