From 2731c3299cd325976b5cc03039ff0e2c102abb9e Mon Sep 17 00:00:00 2001 From: dsyer Date: Wed, 23 Jan 2008 16:50:30 +0000 Subject: [PATCH] OPEN - issue BATCH-304: BatchCommandLineLauncher simplified and rename http://jira.springframework.org/browse/BATCH-304 Remove JobIdentifierFactory from runner some more --- .../bootstrap/support/SimpleCommandLineJobRunner.java | 8 -------- 1 file changed, 8 deletions(-) diff --git a/spring-batch-execution/src/main/java/org/springframework/batch/execution/bootstrap/support/SimpleCommandLineJobRunner.java b/spring-batch-execution/src/main/java/org/springframework/batch/execution/bootstrap/support/SimpleCommandLineJobRunner.java index 5761f9faf..5498da9d5 100644 --- a/spring-batch-execution/src/main/java/org/springframework/batch/execution/bootstrap/support/SimpleCommandLineJobRunner.java +++ b/spring-batch-execution/src/main/java/org/springframework/batch/execution/bootstrap/support/SimpleCommandLineJobRunner.java @@ -128,14 +128,6 @@ public class SimpleCommandLineJobRunner { this.defaultJobName = defaultJobName; } - /** - * Setter for {@link JobIdentifierFactory}. - * - * @param jobIdentifierFactory the {@link JobIdentifierFactory} to set - */ - public void setJobIdentifierFactory(JobIdentifierFactory jobIdentifierFactory) { - } - /** * Injection setter for the {@link JobLauncher}. *