Author: vhennebert
Date: Wed Oct 21 10:48:36 2009
New Revision: 827958
URL: http://svn.apache.org/viewvc?rev=827958&view=rev
Log:
Fixed language inconsistencies
Modified:
xmlgraphics/fop/trunk/src/java/org/apache/fop/cli/InputHandler.java
Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/cli/InputHandler.java
URL:
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/cli/InputHandler.java?rev=827958&r1=827957&r2=827958&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/cli/InputHandler.java
(original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/cli/InputHandler.java Wed Oct
21 10:48:36 2009
@@ -209,9 +209,9 @@
}
/**
- * 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[] {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]