IN PROGRESS - BATCH-518: clean up the *Or* repository methods
renamed saveOrUpdateExecutionContext to persistExecutionContext (since EC has no identity 'save vs. update' doesn't apply).
This commit is contained in:
@@ -69,7 +69,7 @@ public class JobRepositorySupport implements JobRepository {
|
||||
/* (non-Javadoc)
|
||||
* @see org.springframework.batch.core.repository.JobRepository#saveOrUpdateExecutionContext(org.springframework.batch.core.StepExecution)
|
||||
*/
|
||||
public void saveOrUpdateExecutionContext(StepExecution stepExecution) {
|
||||
public void persistExecutionContext(StepExecution stepExecution) {
|
||||
}
|
||||
|
||||
public void save(StepExecution stepExecution) {
|
||||
|
||||
Reference in New Issue
Block a user