8220249: fix headings in java.compiler

Reviewed-by: erikj, darcy
This commit is contained in:
Jonathan Gibbons 2019-03-14 15:30:16 -07:00
parent 6b79655b44
commit c1523225aa
2 changed files with 3 additions and 3 deletions

View File

@ -70,7 +70,7 @@ endif
################################################################################
java.compiler_ADD_JAVAC_FLAGS += -Xdoclint:all/protected,-accessibility '-Xdoclint/package:java.*,javax.*'
java.compiler_ADD_JAVAC_FLAGS += -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
################################################################################

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2005, 2017, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2005, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -33,7 +33,7 @@ import static java.lang.annotation.RetentionPolicy.*;
* It can also be used to differentiate user written code from generated code in
* a single file.
*
* <h3>Examples:</h3>
* <h2>Examples:</h2>
* <pre>
* &#064;Generated("com.example.Generator")
* </pre>