From eab243ff3fb41cb9e4d7186a2d58ddaafd25fb60 Mon Sep 17 00:00:00 2001 From: lucasward Date: Mon, 15 Oct 2007 05:23:37 +0000 Subject: [PATCH] BATCH 144 and BATCH 150: create Hibernate and iBatis input sources with sample jobs. --- .../execution/bootstrap/support/BatchCommandLineLauncher.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/execution/src/main/java/org/springframework/batch/execution/bootstrap/support/BatchCommandLineLauncher.java b/execution/src/main/java/org/springframework/batch/execution/bootstrap/support/BatchCommandLineLauncher.java index c17fd2b82..f25fd63a4 100644 --- a/execution/src/main/java/org/springframework/batch/execution/bootstrap/support/BatchCommandLineLauncher.java +++ b/execution/src/main/java/org/springframework/batch/execution/bootstrap/support/BatchCommandLineLauncher.java @@ -58,7 +58,7 @@ import org.springframework.util.Assert; * fields except the JobLauncher. Therefore, if autowiring fails to set it (it * should be noted that dependency checking is disabled because most of the * fields have default values and thus don't require dependencies to be - * fulfilled via autowiring) then an exception will be thrown. It should be + * fulfilled via autowiring) then an exception will be thrown. It should also be * noted that even if an exception is thrown by this class, it will be mapped to * an integer and returned. *