mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8174696: Fix @since in module-info.java in dev/jaxp repo
Reviewed-by: alanb
This commit is contained in:
parent
b3c6a8efc0
commit
8e17a4ac1d
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@
|
||||||
/**
|
/**
|
||||||
* Defines the Java API for XML Processing (JAXP), the Streaming API for XML (StAX),
|
* Defines the Java API for XML Processing (JAXP), the Streaming API for XML (StAX),
|
||||||
* the Simple API for XML (SAX), and the W3C Document Object Model (DOM) API.
|
* the Simple API for XML (SAX), and the W3C Document Object Model (DOM) API.
|
||||||
|
*
|
||||||
|
* @since 9
|
||||||
*/
|
*/
|
||||||
module java.xml {
|
module java.xml {
|
||||||
exports javax.xml;
|
exports javax.xml;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue