* Fix typos
* Fix formatting issues
This commit is contained in:
Mahmoud Ben Hassine
2020-05-20 12:15:08 +02:00
parent efdce562b0
commit ffd39087a8
2 changed files with 7 additions and 7 deletions

View File

@@ -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"]

View File

@@ -907,9 +907,6 @@ The following example shows how to register a `stream` on a `step` in XML:
</tasklet>
</step>
[role="javaContent"]
The following example shows how to register a `stream` on a `step` in Java:
<beans:bean id="compositeWriter"
class="org.springframework.batch.item.support.CompositeItemWriter">
<beans:property name="delegates">
@@ -921,6 +918,9 @@ The following example shows how to register a `stream` on a `step` in Java:
</beans:bean>
----
[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:
</bean>
----
[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"]