On Thu, 12 Jan 2023 21:30:00 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: > > Move link to separate lines src/java.base/share/classes/java/util/TimeZone.java line 66: > 64: * U.S. Pacific Time zone is "America/Los_Angeles". So, you can get a > 65: * U.S. Pacific Time {@code TimeZone} object with: > 66: * <blockquote><pre> @naotoj <blockquote> actually adds indentation for the contents contained within. So I will be reverting the removal of those tags to prevent visual change. ------------- PR: https://git.openjdk.org/jdk/pull/11955