Skip to content

Commit

Permalink
[DOC] fix compilation error in example
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Nov 3, 2021
1 parent 2c75171 commit d854d14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ private String quoteAndEscapeBackslashes(String original) {
return result;
}

public static void main(String[] args) {
public static void main(String[] args) throws IOException {
if (args.length > 0) {
System.exit(new CommandLine(new AtFileGenerator()).execute(args));
} else {
Expand Down

0 comments on commit d854d14

Please sign in to comment.