Clean up some TODOs from core

This commit is contained in:
dsyer
2008-12-07 23:23:49 +00:00
parent c84981ec9b
commit 8500db40ec
11 changed files with 42 additions and 38 deletions

View File

@@ -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;
}

View File

@@ -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;
}
}
}
}

View File

@@ -272,7 +272,6 @@ public class TaskletStepExceptionTests {
}
public JobExecution getLastJobExecution(String jobName, JobParameters jobParameters) {
// TODO Auto-generated method stub
return null;
}
}