mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
7032975: API files in javax.annotation.processing need to be updated for references to JLS
7032972: API files in javax.tools need to updated for references to JVM Spec with editions/hyperlinks 7032978: API files in javax.tools need to be updated for references to JLS with editions/hyperlinks Removed URLs and 'edition' references Reviewed-by: jjg, darcy
This commit is contained in:
parent
02daeca60e
commit
e9456bc9af
107 changed files with 184 additions and 171 deletions
|
@ -311,8 +311,8 @@ public interface ClassDoc extends ProgramElementDoc, Type {
|
|||
|
||||
/**
|
||||
* Get the list of classes and interfaces declared as imported.
|
||||
* These are called "single-type-import declarations" in the
|
||||
* Java Language Specification.
|
||||
* These are called "single-type-import declarations" in
|
||||
* <cite>The Java™ Language Specification</cite>.
|
||||
*
|
||||
* @return an array of ClassDoc representing the imported classes.
|
||||
*
|
||||
|
@ -325,8 +325,8 @@ public interface ClassDoc extends ProgramElementDoc, Type {
|
|||
|
||||
/**
|
||||
* Get the list of packages declared as imported.
|
||||
* These are called "type-import-on-demand declarations" in the
|
||||
* Java Language Specification.
|
||||
* These are called "type-import-on-demand declarations" in
|
||||
* <cite>The Java™ Language Specification</cite>.
|
||||
*
|
||||
* @return an array of PackageDoc representing the imported packages.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue