Skip to content

Commit

Permalink
Minor readme fix.
Browse files Browse the repository at this point in the history
System.exit() is no longer required after the LocalExecutor
  • Loading branch information
StephanEwen committed Feb 13, 2014
1 parent 8504c51 commit 7bf47b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ public class Tutorial implements Program {
Plan toExecute = tut.getPlan(args);
long runtime = LocalExecutor.execute(toExecute);
System.out.println("Runime: " + runtime);
System.exit(0);
}
}
```
Expand Down

0 comments on commit 7bf47b3

Please sign in to comment.