RFR: 8300011: Refactor code examples to use @snippet in java.util.TimeZone [v4]

Naoto Sato naoto at openjdk.org
Fri Jan 13 17:50:20 UTC 2023


On Fri, 13 Jan 2023 17:45:51 GMT, Justin Lu <duke at openjdk.org> wrote:

>> This PR implements JEP 413: Code Snippets in Java API Documentation for _[java.util.TimeZone](https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/util/TimeZone.html)_.
>> 
>> Code examples using <pre> ...  </pre> blocks are replaced with the @ snippet syntax where applicable.
>
> Justin Lu has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Add trailing ; to code examples

Marked as reviewed by naoto (Reviewer).

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

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


More information about the core-libs-dev mailing list