From 2cabcbc8faf9ede16710dfc4ac80bdcff2e9267d Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 13 Nov 2023 09:27:15 -0800 Subject: [PATCH] Polish adoc formatting --- .../spring-boot-docs/src/docs/asciidoc/howto/batch.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/batch.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/batch.adoc index 3322bf3cfc3..ee78bac2023 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/batch.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/batch.adoc @@ -57,7 +57,6 @@ This provides only one argument to the batch job: `someParameter=someValue`. [[howto.batch.restarting-a-failed-job]] === Restarting a stopped or failed Job - To restart a failed `Job`, all parameters (identifying and non-identifying) must be re-specified on the command line. Non-identifying parameters are *not* copied from the previous execution. This allows them to be modified or removed.