From e421d3dd02ab9e7d8308c9aef47c9e646b58f072 Mon Sep 17 00:00:00 2001 From: lancea Date: Tue, 13 Feb 2018 14:41:54 -0500 Subject: [PATCH] 8197866: Docs.mk still had a reference to java.se.ee Reviewed-by: tbell --- make/Docs.gmk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make/Docs.gmk b/make/Docs.gmk index d5fd2798d7..b3c6ba2fc5 100644 --- a/make/Docs.gmk +++ b/make/Docs.gmk @@ -445,9 +445,9 @@ $(eval $(call SetupApiDocsGeneration, JDK_API, \ ################################################################################ # 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), \ -- GitLab