From ac1093bae21f7379cd84ed48820cba57d843d930 Mon Sep 17 00:00:00 2001 From: dsyer Date: Fri, 24 Aug 2007 17:10:39 +0000 Subject: [PATCH] Tidy Javadocs. --- .../batch/execution/bootstrap/JobLauncher.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/execution/src/main/java/org/springframework/batch/execution/bootstrap/JobLauncher.java b/execution/src/main/java/org/springframework/batch/execution/bootstrap/JobLauncher.java index 64969212a..8e8713881 100644 --- a/execution/src/main/java/org/springframework/batch/execution/bootstrap/JobLauncher.java +++ b/execution/src/main/java/org/springframework/batch/execution/bootstrap/JobLauncher.java @@ -21,8 +21,8 @@ import org.springframework.batch.execution.JobExecutorFacade; import org.springframework.batch.repeat.ExitStatus; /** - * Simple interface for controlling a job for a single job configuration, and - * also possibly ad-hoc executions, based on different runtime identifiers. + * Simple interface for controlling jobs from the job configuration registry, + * including possible ad-hoc executions, based on different runtime identifiers. * Implementations should concentrate on managing jobs and delegate the * launching to a {@link JobExecutorFacade}. *