Merge pull request #27856 from hpoettker
* pr/27856: Fix typo in javadoc Closes gh-27856
This commit is contained in:
commit
319f75e90c
|
|
@ -1353,7 +1353,7 @@ public class SpringApplication {
|
||||||
* {@link ExitCodeGenerator}. In the case of multiple exit codes the highest value
|
* {@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)
|
* will be used (or if all values are negative, the lowest value will be used)
|
||||||
* @param context the context to close if possible
|
* @param context the context to close if possible
|
||||||
* @param exitCodeGenerators exist code generators
|
* @param exitCodeGenerators exit code generators
|
||||||
* @return the outcome (0 if successful)
|
* @return the outcome (0 if successful)
|
||||||
*/
|
*/
|
||||||
public static int exit(ApplicationContext context, ExitCodeGenerator... exitCodeGenerators) {
|
public static int exit(ApplicationContext context, ExitCodeGenerator... exitCodeGenerators) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue