We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbbc4a7 commit 9f4424fCopy full SHA for 9f4424f
spring-batch-docs/src/main/asciidoc/job.adoc
@@ -1821,5 +1821,4 @@ have to tell it manually that you know that the execution either failed
1821
or should be considered aborted (change its status to
1822
`FAILED` or `ABANDONED`). This is
1823
a business decision, and there is no way to automate it. Change the
1824
-status to `FAILED` only if it is not restartable or if
1825
-you know the restart data is not valid.
+status to `FAILED` only if it is restartable and you know that the restart data is valid.
0 commit comments