Clean up some TODOs from core
This commit is contained in:
@@ -6,7 +6,6 @@ import org.springframework.batch.core.JobParametersIncrementer;
|
||||
public class TestIncrementer implements JobParametersIncrementer{
|
||||
|
||||
public JobParameters getNext(JobParameters parameters) {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
@@ -106,24 +106,20 @@ public class StepListenerMethodInterceptorTests {
|
||||
}
|
||||
|
||||
public Object[] getArguments() {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
public AccessibleObject getStaticPart() {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
public Object getThis() {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
public Object proceed() throws Throwable {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -272,7 +272,6 @@ public class TaskletStepExceptionTests {
|
||||
}
|
||||
|
||||
public JobExecution getLastJobExecution(String jobName, JobParameters jobParameters) {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user