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.