From 94fb0cb9d4e6c3969a7389a1d53c0bcf5ea7bbd7 Mon Sep 17 00:00:00 2001
From: lucasward
Date: Thu, 20 Sep 2007 01:17:07 +0000
Subject: [PATCH] IN PROGRESS - issue BATCH-24: Provide exit code for job
executed as a main method
http://opensource.atlassian.com/projects/spring/browse/BATCH-24
---
.../org/springframework/batch/io/sql/SqlCursorInputSource.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/infrastructure/src/main/java/org/springframework/batch/io/sql/SqlCursorInputSource.java b/infrastructure/src/main/java/org/springframework/batch/io/sql/SqlCursorInputSource.java
index 09e71edf5..cb0155448 100644
--- a/infrastructure/src/main/java/org/springframework/batch/io/sql/SqlCursorInputSource.java
+++ b/infrastructure/src/main/java/org/springframework/batch/io/sql/SqlCursorInputSource.java
@@ -104,6 +104,7 @@ import org.springframework.util.Assert;
* because of an error on output, the input source will be returned to row 1.
* Calling read while on row 1 will move the current row to 3, not 2, because 2
* has been marked as skipped.
+ *
*
*
* Calling close on this Input Source will cause all resources it is currently