8174696: Fix @since in module-info.java in dev/jaxp repo

Reviewed-by: alanb
This commit is contained in:
Hamlin Li 2017-02-10 00:37:20 -08:00
parent b3c6a8efc0
commit 8e17a4ac1d

View file

@ -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;