mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 19:44:41 +02:00
8046443: A few typos in JAXP JavaDoc
Reviewed-by: dfuchs, chegar
This commit is contained in:
parent
bb1f242a9b
commit
4278bdac8d
20 changed files with 25 additions and 25 deletions
|
@ -358,7 +358,7 @@ public abstract class SchemaFactory {
|
|||
* <ul>
|
||||
* <li>
|
||||
* <code>true</code>: the implementation will limit XML processing to conform to implementation limits.
|
||||
* Examples include enity expansion limits and XML Schema constructs that would consume large amounts of resources.
|
||||
* Examples include entity expansion limits and XML Schema constructs that would consume large amounts of resources.
|
||||
* If XML processing is limited for security reasons, it will be reported via a call to the registered
|
||||
* {@link ErrorHandler#fatalError(SAXParseException exception)}.
|
||||
* See {@link #setErrorHandler(ErrorHandler errorHandler)}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue