Author: andre
Date: 2010-02-03 10:52:05 +0100 (Wed, 03 Feb 2010)
New Revision: 40828

Modified:
   
mmbase/branches/MMBase-1_9/applications/streams/src/main/java/org/mmbase/streams/createcaches/JobDefinition.java
Log:
bit more specific javadoc


Modified: 
mmbase/branches/MMBase-1_9/applications/streams/src/main/java/org/mmbase/streams/createcaches/JobDefinition.java
===================================================================
--- 
mmbase/branches/MMBase-1_9/applications/streams/src/main/java/org/mmbase/streams/createcaches/JobDefinition.java
    2010-02-03 09:51:15 UTC (rev 40827)
+++ 
mmbase/branches/MMBase-1_9/applications/streams/src/main/java/org/mmbase/streams/createcaches/JobDefinition.java
    2010-02-03 09:52:05 UTC (rev 40828)
@@ -30,7 +30,7 @@
 
 /**
  * The description or definition of one 'transcoding' sub job that's doing the 
transcoding. This
- * combines a transcoder, with a mime type for which it must be valid, and a 
list of analyzers.
+ * combines a {...@link Transcoder}, with a mime type for which it must be 
valid, and a list of analyzers.
  *
  * @author Michiel Meeuwissen
  * @version $Id$
@@ -51,8 +51,9 @@
      * Creates a JobDefinition template as used in the configuration container 
or to kick-start
      * a transcoding.
      * @param id    identifier of this job, normally matches the one in 
configuration 
-     * @param inId  identifier of the job that is used as input, if no inId is 
found the 
-                    orginal source is used otherwise it should match with an 
existing cache
+     * @param inId  identifier of the jobdefinition or cache that is used as 
input. 
+                    If no inId is found the orginal source is used, otherwise 
it should match with
+                    a preceding jobdefinition id in config or a node number of 
an already existing cache.
      * @param label description for user purposes of the result
      * @param t     transcoder to perform the job
      * @param mt    mime type for which the jobdefinition is valid

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to