Skip to content

Commit

Permalink
[#561][#650][#424][#541][#663][#672] deprecate old run(), call() and …
Browse files Browse the repository at this point in the history
…invoke() methods and associated classes and interfaces; update Javadoc
  • Loading branch information
remkop committed May 1, 2019
1 parent 3c5384f commit b52482a
Show file tree
Hide file tree
Showing 2 changed files with 175 additions and 86 deletions.
2 changes: 1 addition & 1 deletion src/main/java/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
// requests for usage help or version help can be done with one line of code.

int exitCode = new CommandLine(new CheckSum()).execute(args);
// System.exit(exitCode);
System.exit(exitCode);
}

@Override
Expand Down
Loading

0 comments on commit b52482a

Please sign in to comment.