Skip to content

Commit

Permalink
Merge branch '2.4.x' into 2.5.x
Browse files Browse the repository at this point in the history
Closes gh-27873
  • Loading branch information
snicoll committed Sep 5, 2021
2 parents 1215bbc + 319f75e commit 3dab5ff
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1367,7 +1367,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 3dab5ff

Please sign in to comment.