OPEN - issue BATCH-304: BatchCommandLineLauncher simplified and rename

http://jira.springframework.org/browse/BATCH-304

Remove JobIdentifierFactory from runner some more
This commit is contained in:
dsyer
2008-01-23 16:50:30 +00:00
parent 94338b0eac
commit 2731c3299c

View File

@@ -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}.
*