From 753a538a6979ab57c321c5bb6f5a5958b9130f5d Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Fri, 1 Oct 2021 19:22:02 +0200 Subject: [PATCH] Remove reference to Spring Batch Admin in job.adoc --- spring-batch-docs/src/main/asciidoc/job.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spring-batch-docs/src/main/asciidoc/job.adoc b/spring-batch-docs/src/main/asciidoc/job.adoc index 36c583d76..ec788a780 100644 --- a/spring-batch-docs/src/main/asciidoc/job.adoc +++ b/spring-batch-docs/src/main/asciidoc/job.adoc @@ -1822,5 +1822,4 @@ or should be considered aborted (change its status to `FAILED` or `ABANDONED`). This is a business decision, and there is no way to automate it. Change the status to `FAILED` only if it is not restartable or if -you know the restart data is valid. Spring Batch -Admin `JobService` includes a utility to abort a job execution. +you know the restart data is valid.