Merge branch '2.4.x' into 2.5.x

Closes gh-27873
This commit is contained in:
Stephane Nicoll
2021-09-05 17:02:17 +02:00

View File

@@ -1367,7 +1367,7 @@ public class SpringApplication {
* {@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) {