OpenJDK / jdk / hs
changeset 44171:dd5dde0bdc2f
8175830: Provide javadoc description for jdk.xml.dom module
Reviewed-by: lancea
author | joehw |
---|---|
date | Tue, 07 Mar 2017 11:09:56 -0800 |
parents | 0bc8854f2953 |
children | a50507c2e6ed |
files | jaxp/src/jdk.xml.dom/share/classes/module-info.java |
diffstat | 1 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/jaxp/src/jdk.xml.dom/share/classes/module-info.java Thu Mar 02 21:16:16 2017 +0000 +++ b/jaxp/src/jdk.xml.dom/share/classes/module-info.java Tue Mar 07 11:09:56 2017 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -23,6 +23,12 @@ * questions. */ +/** + * Defines the subset of the W3C Document Object Model (DOM) API that is not part + * of the Java SE API. + * + * @since 9 + */ module jdk.xml.dom { requires transitive java.xml; exports org.w3c.dom.css;