mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8305504: stutter typo in java.compiler files
Reviewed-by: darcy, iris
This commit is contained in:
parent
7b922104f5
commit
73a084c24e
2 changed files with 4 additions and 2 deletions
|
@ -123,7 +123,8 @@ import java.io.IOException;
|
|||
* annotation if the environment is configured so that that class or
|
||||
* interface is accessible.
|
||||
*
|
||||
* @spec https://www.rfc-editor.org/info/rfc3986 RFC 3986: RFC 3986: Uniform Resource Identifier (URI): Generic Syntax
|
||||
* @spec https://www.rfc-editor.org/info/rfc3986
|
||||
* RFC 3986: Uniform Resource Identifier (URI): Generic Syntax
|
||||
* @apiNote Some of the effect of overwriting a file can be
|
||||
* achieved by using a <i>decorator</i>-style pattern. Instead of
|
||||
* modifying a class directly, the class is designed so that either
|
||||
|
|
|
@ -103,7 +103,8 @@ import static javax.tools.JavaFileObject.Kind;
|
|||
* <p>Unless explicitly allowed, all methods in this interface might
|
||||
* throw a NullPointerException if given a {@code null} argument.
|
||||
*
|
||||
* @spec https://www.rfc-editor.org/info/rfc3986 RFC 3986: RFC 3986: Uniform Resource Identifier (URI): Generic Syntax
|
||||
* @spec https://www.rfc-editor.org/info/rfc3986
|
||||
* RFC 3986: Uniform Resource Identifier (URI): Generic Syntax
|
||||
* @see JavaFileObject
|
||||
* @see FileObject
|
||||
* @since 1.6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue