changeset 1092:1bdec192d4d6

Merge
author lana
date Thu, 09 Mar 2017 23:15:42 +0000
parents 156b03007357 (current diff) 310c2c221cb7 (diff)
children 51b63f1b8001
files
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/jdk.xml.dom/share/classes/module-info.java	Thu Mar 09 21:35:18 2017 +0000
+++ b/src/jdk.xml.dom/share/classes/module-info.java	Thu Mar 09 23:15:42 2017 +0000
@@ -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;