mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-14 09:53:18 +00:00
8248262: Wrong link target in ModuleDescriptor#isAutomatic's API documentation
Reviewed-by: alanb
This commit is contained in:
parent
9cdfd0fafe
commit
e1187c401e
@ -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…
x
Reference in New Issue
Block a user