Exception message tidied up.

This commit is contained in:
dsyer
2008-03-17 11:11:42 +00:00
parent 634119cc8e
commit 4b152bbc7e

View File

@@ -169,7 +169,7 @@ public class SimpleJobRepository implements JobRepository {
}
if (execution.getStatus() == BatchStatus.COMPLETED) {
throw new JobInstanceAlreadyCompleteException(
"A job instance already exists is complete for parameters=" + jobParameters
"A job instance already exists and is complete for parameters=" + jobParameters
+ ". If you want to run this job again, change the parameters.");
}
}