Merge
This commit is contained in:
commit
aa3cb067a6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user