--- old/src/java.base/share/classes/java/lang/module/ModuleDescriptor.java 2017-08-23 11:36:40.038813037 -0700 +++ new/src/java.base/share/classes/java/lang/module/ModuleDescriptor.java 2017-08-23 11:36:39.822803565 -0700 @@ -1331,7 +1331,7 @@ /** *

Returns {@code true} if this is an open module.

* - *

This method is equivalent to testing if the set of {@link #modifiers + *

This method is equivalent to testing if the set of {@link #modifiers() * modifiers} contains the {@link Modifier#OPEN OPEN} modifier.

* * @return {@code true} if this is an open module @@ -1343,7 +1343,7 @@ /** *

Returns {@code true} if this is an automatic module.

* - *

This method is equivalent to testing if the set of {@link #modifiers + *

This method is equivalent to testing if the set of {@link #modifiers() * modifiers} contains the {@link Modifier#OPEN AUTOMATIC} modifier.

* * @return {@code true} if this is an automatic module @@ -1689,7 +1689,7 @@ * @return This builder * * @throws IllegalStateException - * If the {@link Exports#source package} is already declared as + * If the {@link Exports#source() package} is already declared as * exported or this builder is for an automatic module */ public Builder exports(Exports e) {