Updated example code

This commit is contained in:
Michael Minella
2014-08-18 11:50:03 -05:00
parent d9e87ffae1
commit 41fd3b12a4

View File

@@ -101,7 +101,6 @@ The quickest way to get started with Spring Batch is to use Spring Boot.
return jobBuilderFactory.get("job1")
.incrementer(new RunIdIncrementer())
.start(step1)
.end()
.build();
}
}