BATCH-1505: doc tweaks

This commit is contained in:
dsyer
2010-02-04 08:07:41 +00:00
parent 8f70ed8a31
commit 5ed6f03756
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
<para>To any experienced batch architect, the overall concepts of batch
processing used in Spring Batch should be familiar and comfortable. There
are Jobs and Steps and developer supplied processing units called
are "Jobs" and "Steps" and developer supplied processing units called
ItemReaders and ItemWriters. However, because of the Spring patterns,
operations, templates, callbacks, and idioms, there are opportunities for
the following:<itemizedlist>

View File

@@ -242,8 +242,8 @@ catch (JobRestartException e) {
available:</para>
<programlisting>&lt;job-repository id="jobRepository"
dataSource="dataSource"
transactionManager="transactionManager"
data-source="dataSource"
transaction-manager="transactionManager"
isolation-level-for-create="SERIALIZABLE"
table-prefix="BATCH_"
/&gt;</programlisting>