From 741371d9f067cfa752f73ef3dd89b66fb75c6863 Mon Sep 17 00:00:00 2001 From: dsyer Date: Sun, 30 Sep 2007 11:51:04 +0000 Subject: [PATCH] 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 --- .../batch/core/runtime/JobExecutionRegistry.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/org/springframework/batch/core/runtime/JobExecutionRegistry.java b/core/src/main/java/org/springframework/batch/core/runtime/JobExecutionRegistry.java index 4aef274fc..520b02a5e 100644 --- a/core/src/main/java/org/springframework/batch/core/runtime/JobExecutionRegistry.java +++ b/core/src/main/java/org/springframework/batch/core/runtime/JobExecutionRegistry.java @@ -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.