From 41fd3b12a47b6431bb69ac35b91f39a85ec09eb7 Mon Sep 17 00:00:00 2001 From: Michael Minella Date: Mon, 18 Aug 2014 11:50:03 -0500 Subject: [PATCH] Updated example code --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index 936bc47ff..f78ee24e5 100644 --- a/index.html +++ b/index.html @@ -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(); } }