Resolved some TODOs.

This commit is contained in:
dsyer
2008-01-28 09:46:21 +00:00
parent 678cb7825b
commit 5ad74053cd
8 changed files with 58 additions and 72 deletions

View File

@@ -52,7 +52,7 @@ public interface JobRepository {
* exists, its persisted values (including ID) will be returned in a new
* {@link JobInstance} object. If no previous run is found, a new job will
* be created and returned.
* @param jobParameters TODO
* @param jobParameters the runtime parameters for the job
* @param jobConfiguration
* describes the configuration for this job
*