bloritsch    2002/10/16 05:46:07

  Modified:    infomover/src/java/org/apache/infomover/jobmanager/impl
                        JobManagerImpl.java
  Log:
  update javadocs
  
  Revision  Changes    Path
  1.7       +3 -3      
jakarta-avalon-apps/infomover/src/java/org/apache/infomover/jobmanager/impl/JobManagerImpl.java
  
  Index: JobManagerImpl.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-apps/infomover/src/java/org/apache/infomover/jobmanager/impl/JobManagerImpl.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- JobManagerImpl.java       22 Aug 2002 00:25:35 -0000      1.6
  +++ JobManagerImpl.java       16 Oct 2002 12:46:07 -0000      1.7
  @@ -98,13 +98,13 @@
        * @phoenix:mx-operation
        * @phoenix:mx-description Add a job to InfoMover
        *
  -     * @param  configuration  The job's configuration information
  +     * @param  config  The job's configuration information
        *
        * @return the name of the job
        *
        * @throws JobException if the job is improperly defined
        */
  -    public String addJob( Configuration conf ) throws JobException
  +    public String addJob( Configuration config ) throws JobException
       {
           throw new UnsupportedOperationException();
       }
  @@ -164,7 +164,7 @@
        * @phoenix:mx-operation
        * @phoenix:mx-description Execute a job, but don't add it to the job queue.
        *
  -     * @param  configuration  The configuration that defines the job.
  +     * @param  config  The configuration that defines the job.
        *
        * @throws JobException when the configuration does not represent a valid job.
        */
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to