We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6176438 + 831e28b commit 319f75eCopy full SHA for 319f75e
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/SpringApplication.java
@@ -1353,7 +1353,7 @@ public static void main(String[] args) throws Exception {
1353
* {@link ExitCodeGenerator}. In the case of multiple exit codes the highest value
1354
* will be used (or if all values are negative, the lowest value will be used)
1355
* @param context the context to close if possible
1356
- * @param exitCodeGenerators exist code generators
+ * @param exitCodeGenerators exit code generators
1357
* @return the outcome (0 if successful)
1358
*/
1359
public static int exit(ApplicationContext context, ExitCodeGenerator... exitCodeGenerators) {
0 commit comments