mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-11 22:19:43 +00:00
8014333: javadoc error in JAXP 1.5 patch
Reviewed-by: lancea
This commit is contained in:
parent
45e4cc2b02
commit
8620b1e2d7
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user