src/java.compiler/share/classes/javax/lang/model/element/ModuleElement.java
changeset 47283 ce5fd3ba3fea
parent 47216 71c04702a3d5
child 48597 b6bb930cd488
--- a/src/java.compiler/share/classes/javax/lang/model/element/ModuleElement.java	Wed Sep 27 12:44:06 2017 -0700
+++ b/src/java.compiler/share/classes/javax/lang/model/element/ModuleElement.java	Wed Sep 27 14:23:41 2017 -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();
 
     /**