From ffd39087a84335d15641e687f5fd328906bb3b63 Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Wed, 20 May 2020 12:15:08 +0200 Subject: [PATCH] Polish efdce562b0e71695221f6b165ab5979a9b6c3e66 * Fix typos * Fix formatting issues --- spring-batch-docs/asciidoc/job.adoc | 4 ++-- spring-batch-docs/asciidoc/step.adoc | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/spring-batch-docs/asciidoc/job.adoc b/spring-batch-docs/asciidoc/job.adoc index fe260a368..c3545eb7b 100644 --- a/spring-batch-docs/asciidoc/job.adoc +++ b/spring-batch-docs/asciidoc/job.adoc @@ -579,7 +579,7 @@ way. However, since a call to the `create*` method is quite short, it is unlikel can be overridden. [role="xmlContent"] -The following example shows how to the isolation level in XML: +The following example shows how to override the isolation level in XML: .XML Configuration [source, xml, role="xmlContent"] @@ -589,7 +589,7 @@ The following example shows how to the isolation level in XML: ---- [role="javaContent"] -The following example shows how to the isolation level in Java: +The following example shows how to override the isolation level in Java: .Java Configuration [source, java, role="javaContent"] diff --git a/spring-batch-docs/asciidoc/step.adoc b/spring-batch-docs/asciidoc/step.adoc index c1859d747..95ebd233d 100644 --- a/spring-batch-docs/asciidoc/step.adoc +++ b/spring-batch-docs/asciidoc/step.adoc @@ -907,9 +907,6 @@ The following example shows how to register a `stream` on a `step` in XML: -[role="javaContent"] -The following example shows how to register a `stream` on a `step` in Java: - @@ -921,6 +918,9 @@ The following example shows how to register a `stream` on a `step` in Java: ---- +[role="javaContent"] +The following example shows how to register a `stream` on a `step` in Java: + .Java Configuration [source, java, role="javaContent"] ---- @@ -2279,8 +2279,8 @@ The following example shows how to access the `ExecutionContext` in XML: ---- -[role="xmlContent"] -The following example shows how to access the `ExecutionContext` in XML: +[role="javaContent"] +The following example shows how to access the `ExecutionContext` in Java: .Java Configuration [source, java, role="javaContent"]