Skip to content

Commit

Permalink
Merge branch '2.5.x'
Browse files Browse the repository at this point in the history
Closes gh-27874
  • Loading branch information
snicoll committed Sep 5, 2021
2 parents 2d89a82 + 3dab5ff commit e25553e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1314,7 +1314,7 @@ public static void main(String[] args) throws Exception {
* {@link ExitCodeGenerator}. In the case of multiple exit codes the highest value
* will be used (or if all values are negative, the lowest value will be used)
* @param context the context to close if possible
* @param exitCodeGenerators exist code generators
* @param exitCodeGenerators exit code generators
* @return the outcome (0 if successful)
*/
public static int exit(ApplicationContext context, ExitCodeGenerator... exitCodeGenerators) {
Expand Down

0 comments on commit e25553e

Please sign in to comment.