OPEN - issue BATCH-90: StepExecution and StepExecutionContext are parallel domains, and StepExecution is by comparison anaemic

http://opensource.atlassian.com/projects/spring/browse/BATCH-90

Missing link in javadocs
This commit is contained in:
dsyer
2007-09-30 11:51:04 +00:00
parent a2c03d271a
commit 741371d9f0

View File

@@ -33,7 +33,7 @@ public interface JobExecutionRegistry {
/**
* Register a job instance and obtain the runtime context of the
* execution.
* @param job containing the {@link JobRuntimeInformation} that can be
* @param job containing the {@link JobIdentifier} that can be
* used to identify this execution in subsequent calls to the registry. Must
* not be null.
* @param the {@link JobInstance} instance to register.