On Wed, 11 Jan 2023 23:41:46 GMT, Justin Lu <j...@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. This pull request has now been integrated. Changeset: d7c05d18 Author: Justin Lu <j...@openjdk.org> Committer: Naoto Sato <na...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/d7c05d18700e512722aee078c049389733f87867 Stats: 24 lines in 1 file changed: 12 ins; 0 del; 12 mod 8300011: Refactor code examples to use @snippet in java.util.TimeZone Reviewed-by: lancea, naoto, iris ------------- PR: https://git.openjdk.org/jdk/pull/11955