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