On Tue, 17 Jan 2023 22:35:54 GMT, Justin Lu <j...@openjdk.org> wrote:
> This PR implements JEP 413: Code Snippets in Java API Documentation for > [java.text.DateFormat](https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/text/DateFormat.html). > > Code examples using <pre> ... </pre> blocks are replaced with the @ snippet > syntax where applicable. > > Additionally, missing semi colons were added in the code examples This pull request has now been integrated. Changeset: dfe94b89 Author: Justin Lu <j...@openjdk.org> Committer: Naoto Sato <na...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/dfe94b89f82a6a43e2f563bcf93cf5a13930c44e Stats: 21 lines in 1 file changed: 0 ins; 0 del; 21 mod 8300307: Refactor code examples to use @snippet in java.text.DateFormat Reviewed-by: lancea, iris, naoto ------------- PR: https://git.openjdk.org/jdk/pull/12053