Skip to content

Commit 4b2d3df

Browse files
committed
[ci skip] Minor corrections
1 parent 5a3f9a8 commit 4b2d3df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/site/xdoc/batch.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<section name="Spring Batch">
3030
<p>
3131
As of version 1.1.0 MyBatis-Spring provides three beans for building Spring Batch applications: the <code>MyBatisPagingItemReader</code>,
32-
<code>MyBatisCursorItemReader</code> and the <code>MyBatisBatchItemWriter</code>.
32+
the <code>MyBatisCursorItemReader</code> and the <code>MyBatisBatchItemWriter</code>.
3333
</p>
3434

3535
<p>
@@ -121,9 +121,9 @@
121121
This bean is an <code>IteamReader</code> that reads records from a database using a cursor.
122122
</p>
123123

124-
<p>
125-
<span class="label important">NOTE</span> To use this bean you need at least MyBatis 3.4.0 or a newer version.
126-
</p>
124+
<p>
125+
<span class="label important">NOTE</span> To use this bean you need at least MyBatis 3.4.0 or a newer version.
126+
</p>
127127

128128
<p>
129129
It executes the query specified as the <code>setQueryId</code> property to retrieve requested data

0 commit comments

Comments
 (0)