RESOLVED - BATCH-570: Job.getSteps() does not need to be exposed in the interface
removed the getSteps() method
This commit is contained in:
@@ -95,13 +95,6 @@ public class JobSupport implements BeanNameAware, Job {
|
||||
return name;
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see org.springframework.batch.core.domain.IJob#getSteps()
|
||||
*/
|
||||
public List<Step> getSteps() {
|
||||
return steps;
|
||||
}
|
||||
|
||||
public void setSteps(List<Step> steps) {
|
||||
this.steps.clear();
|
||||
this.steps.addAll(steps);
|
||||
|
||||
Reference in New Issue
Block a user