Integrated: 8300586: Refactor code examples to use @snippet in java.text.Collator

Justin Lu jlu at openjdk.org
Thu Jan 19 22:39:42 UTC 2023


On Wed, 18 Jan 2023 19:36:51 GMT, Justin Lu <jlu at openjdk.org> wrote:

> This PR implements _JEP 413: Code Snippets in Java API Documentation_ for [java.text.Collator](https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/text/Collator.html).
> 
> Code examples using <pre> ... </pre> blocks are replaced with the @ snippet syntax where applicable.
> 
> Additionally, the code examples have been slightly tweaked to increase readability.

This pull request has now been integrated.

Changeset: 9b97699b
Author:    Justin Lu <jlu at openjdk.org>
Committer: Naoto Sato <naoto at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/9b97699be50966672d382a6f288a543ab42bdfd0
Stats:     10 lines in 1 file changed: 1 ins; 0 del; 9 mod

8300586: Refactor code examples to use @snippet in java.text.Collator

Reviewed-by: iris, lancea, naoto

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

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


More information about the core-libs-dev mailing list