BATCH-1923: Fixed javadoc errors

This commit is contained in:
Michael Minella
2012-12-17 13:42:48 -06:00
parent 7b42d2c2af
commit b2d1dcbfdb
2 changed files with 45 additions and 47 deletions

View File

@@ -37,12 +37,12 @@ import org.springframework.core.task.SimpleAsyncTaskExecutor;
/**
* @author Dave Syer
*
*
*/
public class FlowJobBuilderTests {
private JobRepository jobRepository;
private JobExecution execution;
private StepSupport step1 = new StepSupport("step1") {