Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8248262: Wrong link target in ModuleDescriptor#isAutomatic's API docu…
…mentation

Reviewed-by: alanb
  • Loading branch information
sormuras authored and Alan Bateman committed Oct 8, 2020
1 parent 9cdfd0f commit e1187c4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1331,7 +1331,7 @@ public boolean isOpen() {
* <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
*/
Expand Down

1 comment on commit e1187c4

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on e1187c4 Oct 8, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.