Fix typo in javadoc

See gh-27856
This commit is contained in:
Henning Pöttker 2021-09-02 19:10:33 +02:00 committed by Stephane Nicoll
parent 61764389c2
commit 831e28b001
1 changed files with 1 additions and 1 deletions

View File

@ -1353,7 +1353,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) {