Skip to content

Commit ffd3908

Browse files
committed
Polish efdce56
* Fix typos * Fix formatting issues
1 parent efdce56 commit ffd3908

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

spring-batch-docs/asciidoc/job.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ way. However, since a call to the `create*` method is quite short, it is unlikel
579579
can be overridden.
580580

581581
[role="xmlContent"]
582-
The following example shows how to the isolation level in XML:
582+
The following example shows how to override the isolation level in XML:
583583

584584
.XML Configuration
585585
[source, xml, role="xmlContent"]
@@ -589,7 +589,7 @@ The following example shows how to the isolation level in XML:
589589
----
590590

591591
[role="javaContent"]
592-
The following example shows how to the isolation level in Java:
592+
The following example shows how to override the isolation level in Java:
593593

594594
.Java Configuration
595595
[source, java, role="javaContent"]

spring-batch-docs/asciidoc/step.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -907,9 +907,6 @@ The following example shows how to register a `stream` on a `step` in XML:
907907
</tasklet>
908908
</step>
909909
910-
[role="javaContent"]
911-
The following example shows how to register a `stream` on a `step` in Java:
912-
913910
<beans:bean id="compositeWriter"
914911
class="org.springframework.batch.item.support.CompositeItemWriter">
915912
<beans:property name="delegates">
@@ -921,6 +918,9 @@ The following example shows how to register a `stream` on a `step` in Java:
921918
</beans:bean>
922919
----
923920

921+
[role="javaContent"]
922+
The following example shows how to register a `stream` on a `step` in Java:
923+
924924
.Java Configuration
925925
[source, java, role="javaContent"]
926926
----
@@ -2279,8 +2279,8 @@ The following example shows how to access the `ExecutionContext` in XML:
22792279
</bean>
22802280
----
22812281

2282-
[role="xmlContent"]
2283-
The following example shows how to access the `ExecutionContext` in XML:
2282+
[role="javaContent"]
2283+
The following example shows how to access the `ExecutionContext` in Java:
22842284

22852285
.Java Configuration
22862286
[source, java, role="javaContent"]

0 commit comments

Comments
 (0)