8197866: Docs.mk still had a reference to java.se.ee
authorlancea
Tue, 13 Feb 2018 14:41:54 -0500
changeset 48855 0006d97556ba
parent 48854 345f41527dcc
child 48888 7c23209e4873
8197866: Docs.mk still had a reference to java.se.ee Reviewed-by: tbell
make/Docs.gmk
--- a/make/Docs.gmk	Thu Feb 08 15:35:49 2018 +0100
+++ b/make/Docs.gmk	Tue Feb 13 14:41:54 2018 -0500
@@ -445,9 +445,9 @@
 ################################################################################
 # Setup generation of the Java SE API documentation (javadoc + modulegraph)
 
-# The Java SE module scope is just java.se.ee and its transitive indirect
+# The Java SE module scope is just java.se and its transitive indirect
 # exports.
-JAVASE_MODULES := java.se.ee
+JAVASE_MODULES := java.se
 
 $(eval $(call SetupApiDocsGeneration, JAVASE_API, \
     MODULES := $(JAVASE_MODULES), \