--- old/src/java.compiler/share/classes/javax/lang/model/element/ModuleElement.java 2017-09-26 18:27:23.916381952 -0700 +++ new/src/java.compiler/share/classes/javax/lang/model/element/ModuleElement.java 2017-09-26 18:27:23.560381942 -0700 @@ -87,7 +87,7 @@ * * @return {@code true} if this is an open module and {@code * false} otherwise - */ // TODO: add @jls to unnamed module section + */ boolean isOpen(); /** @@ -96,7 +96,9 @@ * * @return {@code true} if this is an unnamed module and {@code * false} otherwise - */ // TODO: add @jls to unnamed module section + * + * @jls 7.7.5 Unnamed Modules + */ boolean isUnnamed(); /**