From daef1af2c8e6f086dd42c20315cff6c1bc8f3e53 Mon Sep 17 00:00:00 2001 From: alanb Date: Wed, 2 Oct 2013 04:21:42 +0100 Subject: [PATCH] 8006843: org.w3c.dom.events.UIEvent.getView is specified to return type that is not in the Java SE specification Reviewed-by: mduigou, tbell --- common/makefiles/javadoc/CORE_PKGS.gmk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/makefiles/javadoc/CORE_PKGS.gmk b/common/makefiles/javadoc/CORE_PKGS.gmk index aede994..b486aac 100644 --- a/common/makefiles/javadoc/CORE_PKGS.gmk +++ b/common/makefiles/javadoc/CORE_PKGS.gmk @@ -41,7 +41,6 @@ EXCLUDE_PKGS = \ org.w3c.dom.stylesheets \ org.w3c.dom.traversal \ org.w3c.dom.ranges \ - org.w3c.dom.views \ org.omg.stub.javax.management.remote.rmi # @@ -295,6 +294,7 @@ CORE_PKGS = \ org.w3c.dom.events \ org.w3c.dom.bootstrap \ org.w3c.dom.ls \ + org.w3c.dom.views \ org.xml.sax \ org.xml.sax.ext \ org.xml.sax.helpers -- GitLab