mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8321114: Rename "Unnamed Classes" to "Implicitly Declared Classes" better
Reviewed-by: jlaskey
This commit is contained in:
parent
ecd335d8f4
commit
8f1d40b48b
8 changed files with 19 additions and 19 deletions
|
@ -181,7 +181,7 @@ public interface Filer {
|
|||
* classes, the name argument is used to provide the leading component of the
|
||||
* name used for the output file. For example {@code filer.createSourceFile("Foo")}
|
||||
* to create an implicitly declared class hosted in {@code Foo.java}. All
|
||||
* implicit classes must be in an unnamed package.
|
||||
* implicitly declared classes must be in an unnamed package.
|
||||
*
|
||||
* @apiNote To use a particular {@linkplain
|
||||
* java.nio.charset.Charset charset} to encode the contents of the
|
||||
|
@ -266,7 +266,7 @@ public interface Filer {
|
|||
* classes, the name argument is used to provide the leading component of the
|
||||
* name used for the output file. For example {@code filer.createSourceFile("Foo")}
|
||||
* to create an implicitly declared class hosted in {@code Foo.java}. All
|
||||
* implicit classes must be in an unnamed package.
|
||||
* implicitly declared classes must be in an unnamed package.
|
||||
*
|
||||
* @apiNote To avoid subsequent errors, the contents of the class
|
||||
* file should be compatible with the {@linkplain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue