fix javadoc errors highlighted by eclipse

This commit is contained in:
robokaso
2008-09-02 09:22:56 +00:00
parent a5fe2993ca
commit 91ecbc6382
2 changed files with 6 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ public class StagingItemReader<T> extends JdbcDaoSupport implements ItemStream,
/**
*
* @see org.springframework.batch.item.database.DrivingQueryItemReader#close(ExecutionContext)
* @see org.springframework.batch.item.ItemStream#close(ExecutionContext)
*/
public void close(ExecutionContext executionContext) {
initialized = false;
@@ -70,7 +70,7 @@ public class StagingItemReader<T> extends JdbcDaoSupport implements ItemStream,
/**
*
* @see org.springframework.batch.item.database.DrivingQueryItemReader#open(ExecutionContext)
* @see org.springframework.batch.item.ItemStream#open(ExecutionContext)
*/
public void open(ExecutionContext executionContext) {
// Can be called from multiple threads because of lazy initialisation...