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

consistent naming of update methods
This commit is contained in:
robokaso
2008-07-28 11:24:19 +00:00
parent 1b4babb4cd
commit 035fe28113
8 changed files with 16 additions and 16 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 updateJobExecution(JobExecution jobExecution) {
public void update(JobExecution jobExecution) {
}
/* (non-Javadoc)