On Thu, 12 Jan 2023 22:21:39 GMT, Justin Lu <d...@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:
> 
>   Re-add blockquotes (indendation)

src/java.base/share/classes/java/util/TimeZone.java line 319:

> 317:      * getDisplayName(false, LONG,
> 318:      *                // @link substring="Locale.Category.DISPLAY" 
> target="Locale.Category#DISPLAY" :
> 319:      *                Locale.getDefault(Locale.Category.DISPLAY))

One thought here as I look at this again and now that this is a snippet is that 
we should probably add the trailing `;` to the code examples...

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

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

Reply via email to