changeset 1893:8bf1dab35084

8178286: Missing @moduleGraph in javadoc Reviewed-by: lancea
author mchung
date Thu, 06 Apr 2017 18:00:57 -0700
parents 8c8c38891345
children e36e62d3ea53
files src/jdk.dynalink/share/classes/module-info.java src/jdk.scripting.nashorn/share/classes/module-info.java
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/jdk.dynalink/share/classes/module-info.java	Thu Apr 06 17:01:05 2017 +0000
+++ b/src/jdk.dynalink/share/classes/module-info.java	Thu Apr 06 18:00:57 2017 -0700
@@ -217,6 +217,7 @@
  * from B will get a chance to link the call site in A when it encounters the
  * object from B.
  *
+ * @moduleGraph
  * @since 9
  */
 module jdk.dynalink {
--- a/src/jdk.scripting.nashorn/share/classes/module-info.java	Thu Apr 06 17:01:05 2017 +0000
+++ b/src/jdk.scripting.nashorn/share/classes/module-info.java	Thu Apr 06 18:00:57 2017 -0700
@@ -90,6 +90,7 @@
 In addition to {@code Java}, Nashorn also exposes some other non-standard built-in objects:
 {@code JSAdapter}, {@code JavaImporter}, {@code Packages}
 
+@moduleGraph
 @since 9
  */
 module jdk.scripting.nashorn {