On Tue, 17 Jan 2023 23:14:53 GMT, Justin Lu <j...@openjdk.org> wrote:
> This PR implements _JEP 413: Code Snippets in Java API Documentation_ for > [java.text.CollationElementIterator](https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/text/CollationElementIterator.html). > > Code examples using <pre> ... </pre> blocks are replaced with the @ snippet > syntax where applicable. > > > Additionally, removed a floating colon in the code example This pull request has now been integrated. Changeset: fbbb27e7 Author: Justin Lu <j...@openjdk.org> Committer: Naoto Sato <na...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/fbbb27e77085c346a251e75527af8b21e76f7fc5 Stats: 12 lines in 1 file changed: 0 ins; 2 del; 10 mod 8300356: Refactor code examples to use @snippet in java.text.CollationElementIterator Reviewed-by: naoto ------------- PR: https://git.openjdk.org/jdk/pull/12055