8220249: fix headings in java.compiler
Reviewed-by: erikj, darcy
This commit is contained in:
parent
6b79655b44
commit
c1523225aa
@ -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.*'
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
|
@ -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.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* 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
|
* It can also be used to differentiate user written code from generated code in
|
||||||
* a single file.
|
* a single file.
|
||||||
*
|
*
|
||||||
* <h3>Examples:</h3>
|
* <h2>Examples:</h2>
|
||||||
* <pre>
|
* <pre>
|
||||||
* @Generated("com.example.Generator")
|
* @Generated("com.example.Generator")
|
||||||
* </pre>
|
* </pre>
|
||||||
|
Loading…
Reference in New Issue
Block a user