OPEN - issue BATCH-789: Remove mark/reset from ItemReader

Deprecate methods
This commit is contained in:
dsyer
2008-08-20 12:32:59 +00:00
parent a49d0531da
commit dbc24626f3
7 changed files with 4 additions and 12 deletions

View File

@@ -206,8 +206,6 @@ public class StagingItemReader<T> extends JdbcDaoSupport implements ItemStream,
* resources (using
* {@link TransactionSynchronizationManager#bindResource(Object, Object)}),
* so they are thread bound.
*
* @see org.springframework.batch.item.ItemReader#mark()
*/
public void mark() {
getBuffer().commit();