On Thu, 12 Jan 2023 22:31:24 GMT, Justin Lu <j...@openjdk.org> 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 <pre> ... </pre> blocks are replaced with the @ snippet > syntax where applicable. This pull request has now been integrated. Changeset: dcf1523b Author: Justin Lu <j...@openjdk.org> Committer: Naoto Sato <na...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/dcf1523bf2dba234371190a70a41cfcb77907196 Stats: 6 lines in 1 file changed: 0 ins; 0 del; 6 mod 8300077: Refactor code examples to use @snippet in java.text.ChoiceFormat Reviewed-by: lancea, iris, naoto ------------- PR: https://git.openjdk.org/jdk/pull/11981