8046443: A few typos in JAXP JavaDoc

Reviewed-by: dfuchs, chegar
This commit is contained in:
Joe Wang 2014-06-11 09:26:03 -07:00
parent bb1f242a9b
commit 4278bdac8d
20 changed files with 25 additions and 25 deletions

View file

@ -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)}.