mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 02:24:40 +02:00
8182776: Fix typos in module declarations
Reviewed-by: jjg, alanb
This commit is contained in:
parent
e081f2e0a6
commit
7ebd6e3f50
4 changed files with 7 additions and 7 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
/**
|
||||
* Defines the implementation of the
|
||||
* {@link javax.tools.ToolProvider#getSystemJavaCompiler system Java compiler}
|
||||
* {@linkplain javax.tools.ToolProvider#getSystemJavaCompiler system Java compiler}
|
||||
* and its command line equivalent, <em>{@index javac javac tool}</em>,
|
||||
* as well as <em>{@index javah javah tool}</em>.
|
||||
*
|
||||
|
@ -40,7 +40,7 @@
|
|||
*
|
||||
* <p> Instances of the tools can be obtained by calling
|
||||
* {@link java.util.spi.ToolProvider#findFirst ToolProvider.findFirst}
|
||||
* or the {@link java.util.ServiceLoader service loader} with the name
|
||||
* or the {@linkplain java.util.ServiceLoader service loader} with the name
|
||||
* {@code "javac"}.
|
||||
*
|
||||
* <p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue