You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by gg...@apache.org on 2012/06/07 16:20:59 UTC

svn commit: r1347633 - /xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/Compile.java

Author: ggregory
Date: Thu Jun  7 14:20:59 2012
New Revision: 1347633

URL: http://svn.apache.org/viewvc?rev=1347633&view=rev
Log:
Remove in-line comment because it no longer is true: "// exits with code '-1'"

Modified:
    xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/Compile.java

Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/Compile.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/Compile.java?rev=1347633&r1=1347632&r2=1347633&view=diff
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/Compile.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/Compile.java Thu Jun  7 14:20:59 2012
@@ -143,7 +143,7 @@ public final class Compile {
 	}
 	catch (GetOptsException ex) {
 	    System.err.println(ex);
-	    printUsage(); // exits with code '-1'
+	    printUsage();
 	}
 	catch (Exception e) {
 	    e.printStackTrace();



---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org