You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by vh...@apache.org on 2009/10/21 12:48:36 UTC

svn commit: r827958 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/cli/InputHandler.java

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: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org