8248262: Wrong link target in ModuleDescriptor#isAutomatic's API documentation

Reviewed-by: alanb
This commit is contained in:
Christian Stein 2020-10-08 07:11:43 +00:00 committed by Alan Bateman
parent 9cdfd0fafe
commit e1187c401e

View file

@ -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
*/