ppkarwasz commented on code in PR #5:
URL: https://github.com/apache/commons-xml/pull/5#discussion_r3448770101


##########
src/main/java/org/apache/commons/xml/XercesProvider.java:
##########
@@ -53,8 +49,7 @@
  *         {@code ACCESS_EXTERNAL_*} properties, so an explicit resolver 
installed on every parser/validator is the best way to block external
  *         entity, DTD and schema fetching, without disabling those features 
altogether. The wrappers exist for two reasons:</p>
  *         <ol>
- *             <li>{@link DocumentBuilderFactory} / {@link SAXParserFactory} 
carry no resolver, so it has to be set on each
- *             {@link DocumentBuilder} / {@link SAXParser} produced;</li>
+ *             <li>{@link SAXParserFactory} carries no resolver, so it has to 
be set on each {@link SAXParser} produced;</li>

Review Comment:
   Fixed in 8097b2a16611600cfb1d24d68c481f4ea7115343 .



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to