Skip to content

Commit

Permalink
Remove in-line comment because it no longer is true: "// exits with c…
Browse files Browse the repository at this point in the history
…ode '-1'"

git-svn-id: https://svn.apache.org/repos/asf/xalan/java/trunk@1347633 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
garydgregory committed Jun 7, 2012
1 parent 4464486 commit 882d59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/apache/xalan/xsltc/cmdline/Compile.java
Expand Up @@ -143,7 +143,7 @@ public static void main(String[] args) {
}
catch (GetOptsException ex) {
System.err.println(ex);
printUsage(); // exits with code '-1'
printUsage();
}
catch (Exception e) {
e.printStackTrace();
Expand Down

0 comments on commit 882d59f

Please sign in to comment.