<i18n dev> RFR: 8300356: Refactor code examples to use @snippet in java.text.CollationElementIterator [v3]

Naoto Sato naoto at openjdk.org
Wed Jan 18 19:14:18 UTC 2023


On Wed, 18 Jan 2023 19:02:36 GMT, Justin Lu <jlu at 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
>
> Justin Lu has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Add unicode vertical ellipsis

Marked as reviewed by naoto (Reviewer).

-------------

PR: https://git.openjdk.org/jdk/pull/12055


More information about the i18n-dev mailing list