Updated per code review

This commit is contained in:
Michael Minella
2014-02-11 11:36:05 -06:00
parent 9a5f59f749
commit 0b5bad920b
5 changed files with 5 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ public class DecisionStepTests {
private static ApplicationContext baseContext;
public JobExplorer jobExplorer;
private JobExplorer jobExplorer;
@Before
public void setUp() {
@@ -107,9 +107,6 @@ public class DecisionStepTests {
@Override
public String decide(StepExecution[] executions) throws Exception {
for (StepExecution stepExecution : executions) {
System.err.println(stepExecution.getStepName());
}
previousStepCount = executions.length;
return "next";
}