IN PROGRESS - BATCH-518: clean up the *Or* repository methods

saveOrUpdate(JobExecution) -> updateJobExecution
This commit is contained in:
robokaso
2008-07-28 08:46:30 +00:00
parent 1987dce4c0
commit da3eb280c0
8 changed files with 26 additions and 41 deletions

View File

@@ -57,7 +57,7 @@ public class JobRepositorySupport implements JobRepository {
/* (non-Javadoc)
* @see org.springframework.batch.core.repository.JobRepository#saveOrUpdate(org.springframework.batch.core.JobExecution)
*/
public void saveOrUpdate(JobExecution jobExecution) {
public void updateJobExecution(JobExecution jobExecution) {
}
/* (non-Javadoc)