BATCH-1413: fixed typo in docs
This commit is contained in:
@@ -536,7 +536,7 @@ public Trade read() throws Exception {
|
||||
during <classname>Step</classname> execution and if the
|
||||
<classname>Step</classname> fails, that data will be lost.</para>
|
||||
|
||||
<programlisting>public void SavingItemWriter implements ItemWriter<Object> {
|
||||
<programlisting>public class SavingItemWriter implements ItemWriter<Object> {
|
||||
private StepExecution stepExecution;
|
||||
|
||||
public void write(List<? extends Object> items) throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user