RESOLVED - issue BATCH-526: RepeatTemplate#start(..) should be private/protected
http://jira.springframework.org/browse/BATCH-526 changed visibility to protected (same as isComplete(..) and update(..).
This commit is contained in:
@@ -438,7 +438,7 @@ public class RepeatTemplate implements RepeatOperations {
|
||||
*
|
||||
* @see org.springframework.batch.repeat.CompletionPolicy#start(RepeatContext)
|
||||
*/
|
||||
public RepeatContext start() {
|
||||
protected RepeatContext start() {
|
||||
RepeatContext parent = RepeatSynchronizationManager.getContext();
|
||||
RepeatContext context = completionPolicy.start(parent);
|
||||
RepeatSynchronizationManager.register(context);
|
||||
|
||||
Reference in New Issue
Block a user