mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8248262: Wrong link target in ModuleDescriptor#isAutomatic's API documentation
Reviewed-by: alanb
This commit is contained in:
parent
9cdfd0fafe
commit
e1187c401e
1 changed files with 1 additions and 1 deletions
|
@ -1331,7 +1331,7 @@ public class ModuleDescriptor
|
|||
* <p> Returns {@code true} if this is an automatic module. </p>
|
||||
*
|
||||
* <p> This method is equivalent to testing if the set of {@link #modifiers()
|
||||
* modifiers} contains the {@link Modifier#OPEN AUTOMATIC} modifier. </p>
|
||||
* modifiers} contains the {@link Modifier#AUTOMATIC AUTOMATIC} modifier. </p>
|
||||
*
|
||||
* @return {@code true} if this is an automatic module
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue