Skip to content

Commit 319f75e

Browse files
committed
Merge pull request #27856 from hpoettker
* pr/27856: Fix typo in javadoc Closes gh-27856
2 parents 6176438 + 831e28b commit 319f75e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/SpringApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1353,7 +1353,7 @@ public static void main(String[] args) throws Exception {
13531353
* {@link ExitCodeGenerator}. In the case of multiple exit codes the highest value
13541354
* will be used (or if all values are negative, the lowest value will be used)
13551355
* @param context the context to close if possible
1356-
* @param exitCodeGenerators exist code generators
1356+
* @param exitCodeGenerators exit code generators
13571357
* @return the outcome (0 if successful)
13581358
*/
13591359
public static int exit(ApplicationContext context, ExitCodeGenerator... exitCodeGenerators) {

0 commit comments

Comments
 (0)