RESOLVED - BATCH-570: Job.getSteps() does not need to be exposed in the interface
removed the getSteps() method
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
package org.springframework.batch.integration;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import org.springframework.batch.core.Job;
|
||||
import org.springframework.batch.core.JobExecution;
|
||||
import org.springframework.batch.core.JobExecutionException;
|
||||
@@ -22,12 +20,6 @@ public class JobSupport implements Job {
|
||||
return name;
|
||||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
public List getSteps() {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
public boolean isRestartable() {
|
||||
// TODO Auto-generated method stub
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user