From f813b2d96b6a6edabc3ec13c6430f5ec17d08096 Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Sat, 19 Oct 2019 00:32:18 +0200 Subject: [PATCH] Fix typo Resolves BATCH-2790 --- spring-batch-docs/asciidoc/domain.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-batch-docs/asciidoc/domain.adoc b/spring-batch-docs/asciidoc/domain.adoc index 0d69f56a5..90d08c801 100644 --- a/spring-batch-docs/asciidoc/domain.adoc +++ b/spring-batch-docs/asciidoc/domain.adoc @@ -144,7 +144,7 @@ executions (`JobExecution` is discussed in more detail later in this chapter), a one `JobInstance` corresponding to a particular `Job` and identifying `JobParameters` can run at a given time. -The definition of a `JobInstance` has absolutely no bearing on the data the to be loaded. +The definition of a `JobInstance` has absolutely no bearing on the data to be loaded. It is entirely up to the `ItemReader` implementation to determine how data is loaded. For example, in the EndOfDay scenario, there may be a column on the data that indicates the 'effective date' or 'schedule date' to which the data belongs. So, the January 1st run