8014333: javadoc error in JAXP 1.5 patch

Reviewed-by: lancea
This commit is contained in:
Joe Wang 2013-05-10 09:23:22 -07:00
parent 45e4cc2b02
commit 8620b1e2d7

View File

@ -448,7 +448,8 @@ public abstract class XMLInputFactory {
* Access to external DTDs, external Entity References is restricted to the
* protocols specified by the property. If access is denied during parsing
* due to the restriction of this property, {@link javax.xml.stream.XMLStreamException}
* will be thrown.
* will be thrown by the {@link javax.xml.stream.XMLStreamReader#next()} or
* {@link javax.xml.stream.XMLEventReader#nextEvent()} method.
* </p>
* </li>
* </ul>