8014333: javadoc error in JAXP 1.5 patch
authorjoehw
Fri, 10 May 2013 09:23:22 -0700
changeset 17537 50528ec0ea37
parent 17536 b0e6d5596000
child 17538 d8d911c4e5d4
8014333: javadoc error in JAXP 1.5 patch Reviewed-by: lancea
jaxp/src/javax/xml/stream/XMLInputFactory.java
--- a/jaxp/src/javax/xml/stream/XMLInputFactory.java	Thu May 09 14:23:39 2013 -0700
+++ b/jaxp/src/javax/xml/stream/XMLInputFactory.java	Fri May 10 09:23:22 2013 -0700
@@ -448,7 +448,8 @@
    *        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>