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:09 UTC

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

Author: ggregory
Date: Thu Jun  7 14:20:09 2012
New Revision: 1347632

URL: http://svn.apache.org/viewvc?rev=1347632&view=rev
Log:
Fix formatting for method printUsage().

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=1347632&r1=1347631&r2=1347632&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:09 2012
@@ -45,11 +45,11 @@ public final class Compile {
  
 
     public static void printUsage() {
-        StringBuffer vers = new StringBuffer("XSLTC version " + 
-	    VERSION_MAJOR + "." + VERSION_MINOR + 
-	    ((VERSION_DELTA > 0) ? ("."+VERSION_DELTA) : ("")));
-	System.err.println(vers + "\n" + 
-		new ErrorMsg(ErrorMsg.COMPILE_USAGE_STR));
+        StringBuffer vers = new StringBuffer("XSLTC version " + VERSION_MAJOR
+                + "." + VERSION_MINOR
+                + ((VERSION_DELTA > 0) ? ("." + VERSION_DELTA) : ("")));
+        System.err.println(vers + "\n"
+                + new ErrorMsg(ErrorMsg.COMPILE_USAGE_STR));
     }
 
     /** 



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