--- old/src/java.compiler/share/classes/javax/lang/model/element/ModuleElement.java 2020-07-09 10:40:06.349417445 -0700 +++ new/src/java.compiler/share/classes/javax/lang/model/element/ModuleElement.java 2020-07-09 10:40:05.893417445 -0700 @@ -51,7 +51,7 @@ /** * Returns the fully qualified name of this module. For an - * {@linkplain #isUnnamed() unnamed module}, an empty name is returned. + * {@linkplain #isUnnamed() unnamed module}, an empty name is returned. * * @apiNote If the module name consists of one identifier, then * this method returns that identifier, which is deemed to be @@ -69,7 +69,7 @@ /** * Returns the simple name of this module. For an {@linkplain - * #isUnnamed() unnamed module}, an empty name is returned. + * #isUnnamed() unnamed module}, an empty name is returned. * * @apiNote If the module name consists of one identifier, then * this method returns that identifier. If the module name