Fixed language inconsistencies

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@827958 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Vincent Hennebert 2009-10-21 10:48:36 +00:00
parent b89abf199d
commit fefb139375

View File

@ -209,9 +209,9 @@ public class InputHandler implements ErrorListener, Renderable {
}
/**
* Creates a catalog resolver and use it for XML parsing and XSLT URI resolution.
* Try the Apache Commons Resolver, and if unsuccessful,
* try the same built into Java 6
* Creates a catalog resolver and uses it for XML parsing and XSLT URI resolution.
* Tries the Apache Commons Resolver, and if unsuccessful,
* tries the same built into Java 6.
*/
private void createCatalogResolver() {
String[] classNames = new String[] {