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

Justin Lu jlu at openjdk.org
Wed Jan 18 19:02:36 UTC 2023


> 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

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/12055/files
  - new: https://git.openjdk.org/jdk/pull/12055/files/20c18209..d559be78

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=12055&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=12055&range=01-02

  Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/12055.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/12055/head:pull/12055

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


More information about the i18n-dev mailing list