Skip to content

Commit 9f4424f

Browse files
committed
Fix documentation WRT restarting an abruptly stopped job
Resolves #4037
1 parent bbbc4a7 commit 9f4424f

File tree

1 file changed

+1
-2
lines changed
  • spring-batch-docs/src/main/asciidoc

1 file changed

+1
-2
lines changed

spring-batch-docs/src/main/asciidoc/job.adoc

+1-2
Original file line numberDiff line numberDiff line change
@@ -1821,5 +1821,4 @@ have to tell it manually that you know that the execution either failed
18211821
or should be considered aborted (change its status to
18221822
`FAILED` or `ABANDONED`). This is
18231823
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.
1824+
status to `FAILED` only if it is restartable and you know that the restart data is valid.

0 commit comments

Comments
 (0)